little fixme:deleting page sql_add.php

This commit is contained in:
Steven Mondji-Lerider 2012-08-31 12:25:01 +00:00
parent 21e4fbd973
commit 00d0eab5d4
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ $fields = array (
getFields($fields); getFields($fields);
if (!$quota->cancreate("mysql")) { if (!$quota->cancreate("mysql")) {
$error=_("You "); $error=_("You ");
include("sql_add.php"); //FIXME svn del sql_add include("sql_list.php");
exit; exit;
} }
$q=$quota->getquota("mysql"); $q=$quota->getquota("mysql");
@ -48,7 +48,7 @@ if($q['u'] > 0){
if(!$mysql->add_db($dbname)) { if(!$mysql->add_db($dbname)) {
$error=$err->errstr(); $error=$err->errstr();
include("sql_add.php"); //FIXME svn del sql_add include("sql_list.php");
exit; exit;
} }