Пример #1
0
 /**
  * Method to unlock the database table for writing.
  *
  * @return  boolean  True on success.
  *
  * @since   11.1
  */
 protected function _unlock()
 {
     $this->_db->unlockTables();
     $this->_locked = false;
     return true;
 }