Exemplo n.º 1
0
 public function execute_logged($message, $tag, $module, $variables = array())
 {
     if ($retval = parent::execute()) {
         cvwobase_add_audit($message, $tag, $module, $variables);
     }
     return $retval;
 }
Exemplo n.º 2
0
 /**
  * Executes the query without audit logging.
  * @return
  *   The number of rows affected by the update.
  */
 public function execute_special()
 {
     return parent::execute();
 }