Esempio n. 1
0
 /**
  * Module aktivieren
  * @return bool
  */
 public final function enable()
 {
     $this->dbcon->reverseBool($this->table, 'status', "modkey " . $this->dbcon->dbLike() . " ? and status = 0", array($this->modkey));
 }