phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site index.php,1.7,1.8


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site index.php,1.7,1.8
Date: Tue, 08 Apr 2003 14:33:38 -0400

Update of /cvsroot/phpgroupware/sitemgr/sitemgr-site
In directory subversions:/tmp/cvs-serv10319/sitemgr-site

Modified Files:
        index.php 
Log Message:
renamed class bo to sitebo, so that modules can call other app's bo classes
as the bookmarks modules does now
changed the function names in bookmarks menutree to avoid conflicts


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-site/index.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** index.php   18 Jan 2003 04:30:34 -0000      1.7
--- index.php   8 Apr 2003 18:33:36 -0000       1.8
***************
*** 38,47 ****
  
        include './inc/class.ui.inc.php';
!       include './inc/class.bo.inc.php';
        include './inc/class.Template3.inc.php';
  
        $objui = new ui;
        //I move the creation of the bo here, so that in the template we have 
access to it without creating it a second time
!       $objbo = new bo;
        $objbo->setsitemgrPreferredLanguage();
  
--- 38,47 ----
  
        include './inc/class.ui.inc.php';
!       include './inc/class.sitebo.inc.php';
        include './inc/class.Template3.inc.php';
  
        $objui = new ui;
        //I move the creation of the bo here, so that in the template we have 
access to it without creating it a second time
!       $objbo = new sitebo;
        $objbo->setsitemgrPreferredLanguage();
  





reply via email to

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