class GPError { function errorAlert( $text, $action='window.history.go(-1);', $mode=1 ) { global $mainframe; $text = nl2br( $text ); $text = addslashes( $text ); $text = strip_tags( $text ); switch ( $mode ) { case 2: echo " \n"; break; case 1: default: echo " \n"; echo ''; break; } $mainframe->close(); } // end function } // end class
Fatal error: Class 'GPError' not found in /homepages/29/d267857823/htdocs/mg_lds/components/com_g_pages/g_pages.php on line 810