phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: wcm/website main.php,1.1,1.2


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wcm/website main.php,1.1,1.2
Date: Sun, 03 Feb 2002 21:08:08 -0500

Update of /cvsroot/phpgroupware/wcm/website
In directory subversions:/tmp/cvs-serv16172/website

Modified Files:
        main.php 
Log Message:
Fix saving of page_elements array, and display in the page editor



Index: main.php
===================================================================
RCS file: /cvsroot/phpgroupware/wcm/website/main.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** main.php    3 Feb 2002 16:42:24 -0000       1.1
--- main.php    4 Feb 2002 02:08:06 -0000       1.2
***************
*** 22,25 ****
--- 22,28 ----
        include('../../header.inc.php');
  
+       $wcm = CreateObject('wcm.bowcm','phpgw');
+       _debug_array($wcm->site);
+ 
        define('SITE_ROOT', PHPGW_SERVER_ROOT . SEP . 'wcm' . SEP . 'website' . 
SEP . 'templates');
        $GLOBALS['phpgw']->template = 
CreateObject('phpgwapi.Template',SITE_ROOT);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]