QA
Dieser Commit ist enthalten in:
Ursprung
3d1c6c6798
Commit
d8f8a3426b
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
|
@ -225,10 +225,10 @@ class Msd_Sql_Object
|
||||||
// we haven't found the correct end of the query - inform user
|
// we haven't found the correct end of the query - inform user
|
||||||
$lang = Msd_Language::getInstance()->getTranslator();
|
$lang = Msd_Language::getInstance()->getTranslator();
|
||||||
$msg = sprintf(
|
$msg = sprintf(
|
||||||
$lang->_('L_SQL_INCOMPLETE_STATEMENT_DETECTED'),
|
$lang->_('L_SQL_INCOMPLETE_STATEMENT_DETECTED'),
|
||||||
$this->getState(),
|
$this->getState(),
|
||||||
$match,
|
$match,
|
||||||
$this->getData(200)
|
$this->getData(200)
|
||||||
);
|
);
|
||||||
$this->setError($msg);
|
$this->setError($msg);
|
||||||
$this->setPointer($this->getLength());
|
$this->setPointer($this->getLength());
|
||||||
|
|
Laden …
In neuem Issue referenzieren