コード例 #1
0
ファイル: t1000.php プロジェクト: HeuristNetwork/heurist
 function execute($vars, $auto_vars)
 {
     global $not_found;
     if ($not_found) {
         $not_found = false;
         return parent::execute($vars, $auto_vars);
     }
     return true;
 }