summaryrefslogtreecommitdiff
path: root/modules/pref-users.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-18 08:40:32 +0100
committerAndrew Dolgov <[email protected]>2008-05-18 08:40:32 +0100
commita0eb61b2f7aaa18b69a389a28af5b0a31be07d75 (patch)
treeac02fa7a505c84f0085eb0307d764b2b02558658 /modules/pref-users.php
parent1fb2d0d86f73a1573837f3878a490453982f7425 (diff)
user editor: fix typo
Diffstat (limited to 'modules/pref-users.php')
-rw-r--r--modules/pref-users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-users.php b/modules/pref-users.php
index 6baa5e761..d8f882f18 100644
--- a/modules/pref-users.php
+++ b/modules/pref-users.php
@@ -331,7 +331,7 @@
print "<td align='center'><input onclick='toggleSelectPrefRow(this, \"user\");'
type=\"checkbox\" id=\"UMCHK-$uid\"></td>";
- $onclick = "onclick='editUser($uid) title='".__('Click to edit')."''";
+ $onclick = "onclick='editUser($uid)' title='".__('Click to edit')."'";
print "<td $onclick>" . $line["login"] . "</td>";