From 7e1265ede7c82999d2def9e001422c41aa48afc0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 24 Oct 2007 07:50:10 +0100 Subject: drop tagwall from trunk --- tw/error/FOO_error.php | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 tw/error/FOO_error.php (limited to 'tw/error/FOO_error.php') diff --git a/tw/error/FOO_error.php b/tw/error/FOO_error.php deleted file mode 100644 index bb22e3531..000000000 --- a/tw/error/FOO_error.php +++ /dev/null @@ -1,43 +0,0 @@ -TW_errors($options); - } - - function add($errval, $position, $show_code, $param1=null, $param2=null ) - { - $this->ErrorArray["TW_err_".$this->identifier++] = array($errval, $param1, $param2, $position, $show_code); - if($errval & 0xff00) $this->IsError = 1; - return null; - } -} -?> -- cgit v1.2.3-54-g00ecf