Update of /cvsroot/phpslash/phpslash-ft/class
In directory usw-pr-cvs1:/tmp/cvs-serv8879/phpslash-ft/class
Modified Files:
functions.inc
Log Message:
display error and message text better
Index: functions.inc
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/class/functions.inc,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -d -r1.96 -r1.97
*** functions.inc 11 Mar 2002 04:20:18 -0000 1.96
--- functions.inc 12 Mar 2002 19:00:23 -0000 1.97
***************
*** 23,27 ****
global $_PSL;
! $template = "error.tpl";
/* Templates */
--- 23,27 ----
global $_PSL;
! $template = "message.tpl";
/* Templates */
|