Update of /cvsroot/phpwsbb/phpwsbb/inc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29269/inc
Modified Files:
runtime.php
Log Message:
Switching to use single-quotes when possible for faster parsing and PEAR followingness
Index: runtime.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/inc/runtime.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** runtime.php 10 Sep 2004 02:01:34 -0000 1.6
--- runtime.php 13 Sep 2004 21:41:56 -0000 1.7
***************
*** 24,30 ****
*/
! require_once(PHPWS_SOURCE_DIR . "mod/phpwsbb/class/Runtime.php");
! if($GLOBALS["module"] == "home") {
// Display Forum List
PHPWSBB_Runtime::showForumsBlock();
--- 24,30 ----
*/
! require_once(PHPWS_SOURCE_DIR . 'mod/phpwsbb/class/Runtime.php');
! if($GLOBALS['module'] == 'home') {
// Display Forum List
PHPWSBB_Runtime::showForumsBlock();
|