undefined index
This commit is contained in:
@@ -8,6 +8,8 @@ $Source$
|
|||||||
2005-08-07 Marc Delisle <lem9@users.sourceforge.net>
|
2005-08-07 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* Documentation.html: Save button for PDF schema coordinates,
|
* Documentation.html: Save button for PDF schema coordinates,
|
||||||
thanks to Ryan Schmidt
|
thanks to Ryan Schmidt
|
||||||
|
* server_privileges.php: undefined index $GLOBALS[''],
|
||||||
|
thanks to Ryan Schmidt
|
||||||
|
|
||||||
2005-08-06 Marc Delisle <lem9@users.sourceforge.net>
|
2005-08-06 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* queryframe.php: fixes for tree subgroups in databases selector:
|
* queryframe.php: fixes for tree subgroups in databases selector:
|
||||||
|
@@ -552,7 +552,7 @@ function PMA_displayLoginInformationFields($mode = 'new', $indent = 0)
|
|||||||
. $spaces . '<tr>' . "\n"
|
. $spaces . '<tr>' . "\n"
|
||||||
. $spaces . ' <td bgcolor="' . $cfg['BgcolorTwo'] . '">' . "\n"
|
. $spaces . ' <td bgcolor="' . $cfg['BgcolorTwo'] . '">' . "\n"
|
||||||
. $spaces . ' <label for="text_pma_pw2">' . "\n"
|
. $spaces . ' <label for="text_pma_pw2">' . "\n"
|
||||||
. $spaces . ' ' . $GLOBALS[''] . $GLOBALS['strGeneratePassword'] . ':' . "\n"
|
. $spaces . ' ' . $GLOBALS['strGeneratePassword'] . ':' . "\n"
|
||||||
. $spaces . ' </label>' . "\n"
|
. $spaces . ' </label>' . "\n"
|
||||||
. $spaces . ' </td>' . "\n"
|
. $spaces . ' </td>' . "\n"
|
||||||
. $spaces . ' <td bgcolor="' . $cfg['BgcolorTwo'] . '">' . "\n"
|
. $spaces . ' <td bgcolor="' . $cfg['BgcolorTwo'] . '">' . "\n"
|
||||||
|
Reference in New Issue
Block a user