Use strError instead of non existing strFailure.
This commit is contained in:
@@ -39,6 +39,8 @@ $Source$
|
||||
* libraries/sqlvalidator.lib.php: Removed unused code.
|
||||
* server_privileges.php, lang/*: Better show error, define used message
|
||||
strDeleteNoUsersSelected.
|
||||
* tbl_properties_operations.php: Use strError instead of non existing
|
||||
strFailure.
|
||||
|
||||
2005-10-07 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a
|
||||
|
@@ -71,7 +71,7 @@ if (isset($submitorderby) && !empty($order_field)) {
|
||||
$sql_query .= ' DESC';
|
||||
}
|
||||
$result = PMA_DBI_query($sql_query);
|
||||
$message = $result ? $strSuccess : $strFailed;
|
||||
$message = $result ? $strSuccess : $strError;
|
||||
} // end if
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user