mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 06:33:22 +02:00
Admin UI improvements; cleanup started; missing LANs added; new features - UI deleteConfirmScreen variable, Delete confirmation screen added to UI page methods, various minor bugfixes and other improvements
This commit is contained in:
@@ -1943,7 +1943,7 @@ class e_front_model extends e_model
|
||||
$this->_db_errmsg = $sql->getLastErrorText();
|
||||
if($this->_db_errno)
|
||||
{
|
||||
$this->addMessageError('SQL Update Error', $session_messages); //TODO - Lan
|
||||
$this->addMessageError('SQL Select Error', $session_messages); //TODO - Lan
|
||||
$this->addMessageDebug('SQL Error #'.$this->_db_errno.': '.$sql->getLastErrorText());
|
||||
}
|
||||
return $this;
|
||||
|
Reference in New Issue
Block a user