1
0
Fork 0
Dieser Commit ist enthalten in:
DSB 2011-06-20 14:05:07 +00:00
Ursprung 3d1c6c6798
Commit d8f8a3426b

Datei anzeigen

@ -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());