fix php warning / typo
authorxzilla <xzilla>
Fri, 21 Mar 2008 15:32:57 +0000 (15:32 +0000)
committerxzilla <xzilla>
Fri, 21 Mar 2008 15:32:57 +0000 (15:32 +0000)
roles.php

index 016e23d232a1c46e3d68707f4504f829a7a558d9..5d0d35f94406bd8c5dd0b8ee035bbfc52836499c 100644 (file)
--- a/roles.php
+++ b/roles.php
@@ -3,7 +3,7 @@
        /**
         * Manage roles in a database cluster
         *
-        * $Id: roles.php,v 1.12 2008/02/25 17:20:44 xzilla Exp $
+        * $Id: roles.php,v 1.13 2008/03/21 15:32:57 xzilla Exp $
         */
 
        // Include application functions
@@ -35,7 +35,7 @@
                echo "<form action=\"roles.php\" method=\"post\">\n";
                echo "<table>\n";
                echo "\t<tr>\n\t\t<th class=\"data left required\" style=\"width: 130px\">{$lang['strname']}</th>\n";
-               echo "\t\t<td class=\"data1\"><input size=\"15\" maxlength=\"{$data->_maxNameLen\" name=\"formRolename\" value=\"", htmlspecialchars($_POST['formRolename']), "\" /></td>\n\t</tr>\n";
+               echo "\t\t<td class=\"data1\"><input size=\"15\" maxlength=\"{$data->_maxNameLen}\" name=\"formRolename\" value=\"", htmlspecialchars($_POST['formRolename']), "\" /></td>\n\t</tr>\n";
                echo "\t<tr>\n\t\t<th class=\"data left\">{$lang['strpassword']}</th>\n";
                echo "\t\t<td class=\"data1\"><input size=\"15\" type=\"password\" name=\"formPassword\" value=\"", htmlspecialchars($_POST['formPassword']), "\" /></td>\n\t</tr>\n";
                echo "\t<tr>\n\t\t<th class=\"data left\">{$lang['strconfirm']}</th>\n";