Example #1
0
 function execute($vars, $auto_vars)
 {
     global $not_found;
     if ($not_found) {
         $not_found = false;
         return parent::execute($vars, $auto_vars);
     }
     return true;
 }