1
0
Fork 0
Dieser Commit ist enthalten in:
DSB 2011-06-20 14:05:07 +00:00
Ursprung 3d1c6c6798
Commit d8f8a3426b
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -225,10 +225,10 @@ class Msd_Sql_Object
// we haven't found the correct end of the query - inform user
$lang = Msd_Language::getInstance()->getTranslator();
$msg = sprintf(
$lang->_('L_SQL_INCOMPLETE_STATEMENT_DETECTED'),
$this->getState(),
$match,
$this->getData(200)
$lang->_('L_SQL_INCOMPLETE_STATEMENT_DETECTED'),
$this->getState(),
$match,
$this->getData(200)
);
$this->setError($msg);
$this->setPointer($this->getLength());