use @todo tag for todo items, to show up in generated documentation
This commit is contained in:
@@ -34,10 +34,10 @@ echo '<h2>' . "\n"
|
||||
|
||||
|
||||
/**
|
||||
* Checks the MySQL version
|
||||
* exits if wrong MySQL version
|
||||
* @todo Some nice Message :-)
|
||||
*/
|
||||
if (PMA_MYSQL_INT_VERSION < 40100) {
|
||||
// TODO: Some nice Message :-)
|
||||
require_once('./libraries/footer.inc.php');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user