use @todo tag for todo items, to show up in generated documentation
This commit is contained in:
6
main.php
6
main.php
@@ -191,7 +191,11 @@ if ($server > 0) {
|
||||
PMA_printListItem($strImport, 'li_import',
|
||||
'./server_import.php?' . $common_url_query);
|
||||
|
||||
// Change password (TODO ? needs another message)
|
||||
/**
|
||||
* Change password
|
||||
*
|
||||
* @todo ? needs another message
|
||||
*/
|
||||
if ($cfg['ShowChgPassword']) {
|
||||
PMA_printListItem($strChangePassword, 'li_change_password',
|
||||
'./user_password.php?' . $common_url_query);
|
||||
|
Reference in New Issue
Block a user