Update of /cvsroot/phpslash/phpslash-ft/class
In directory sc8-pr-cvs1:/tmp/cvs-serv17276/phpslash-ft/class
Modified Files:
functions.inc
Log Message:
displayOptions rewritten to be able to display different option types.
Index: functions.inc
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/class/functions.inc,v
retrieving revision 1.142
retrieving revision 1.143
diff -C2 -d -r1.142 -r1.143
*** functions.inc 14 Apr 2003 17:42:58 -0000 1.142
--- functions.inc 14 Apr 2003 18:07:15 -0000 1.143
***************
*** 1580,1584 ****
global $_PSL;
- $_PSL['debug'] = true;
if(!is_object($tpl_object)) {
--- 1580,1583 ----
|