Skip to content
Snippets Groups Projects
Commit 1436f001 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

function error(): initialisation de la variable

parent 2e184a57
No related branches found
No related tags found
Loading
......@@ -578,6 +578,7 @@ class dbquery extends functions
// Query error
if ($this->_sqlError == 3) {
$sqlErrorToView = '<b>' . _QUERY_ERROR . '</b><br />';
$sqlError = '';
if ($this->_databasetype == 'MYSQL') {
$sqlError .= _ERROR_NUM . @mysqli_errno($this->_sqlLink) . ' '
. _HAS_JUST_OCCURED . ' :<br />';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment