Update of /cvsroot/phpslash/phpslash-ft/class
In directory usw-pr-cvs1:/tmp/cvs-serv15511/phpslash-ft/class
Modified Files:
functions.inc
Log Message:
moved quotes to slashHead.tpl
Index: functions.inc
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/class/functions.inc,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -d -r1.82 -r1.83
*** functions.inc 2001/11/17 23:38:51 1.82
--- functions.inc 2001/12/06 20:16:44 1.83
***************
*** 421,425 ****
}
! $action_url = "\"$_PSL[rooturl]/search.php3\"";
$topicbar = new TopicBar;
--- 421,425 ----
}
! $action_url = "$_PSL[rooturl]/search.php3";
$topicbar = new TopicBar;
|