message =& $mobj; } // ################################################################### /** * The user-end cumulative reporter requires that the class be * instantiated. This collects messages in the set message reporting * object, but never throws the error. It is the caller's responsibility * to check for the presence of errors and to throw the front-end * warning using the message object. * * @access public * * @param string Error message */ function user_cumulative($error) { $this->message->add_error($error); } } /*=====================================================================*\ || ################################################################### || # $HeadURL$ || # $Id$ || ################################################################### \*=====================================================================*/ ?>