From ea0b3853db6a81ba4624192c09851c9e7bd4664d Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 20 May 2005 21:24:00 +0000 Subject: [PATCH] r169: Checking in the non-working class_error.php file --- includes/class_error.php | 52 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100755 includes/class_error.php diff --git a/includes/class_error.php b/includes/class_error.php new file mode 100755 index 0000000..e134d86 --- /dev/null +++ b/includes/class_error.php @@ -0,0 +1,52 @@ +process)) + { + $this->process = $this->phrase; + } + + return + } + + function list() + { + if (!is_array($phrase)) + { + trigger_error('Error::list() requires Error::phrase to be an array', E_USER_ERROR); + } + + $this->process = "\n\n
    "; + foreach ($this->phrase AS $phrase) + { + $this->process .= "\n\t
"; + } +} + +/*=====================================================================*\ +|| ################################################################### +|| # $HeadURL$ +|| # $Id$ +|| ################################################################### +\*=====================================================================*/ +?> \ No newline at end of file -- 2.22.5