phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/modules class.module_bookmarks.inc.php,


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/modules class.module_bookmarks.inc.php,1.2,1.3
Date: Tue, 08 Apr 2003 14:33:38 -0400

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

Modified Files:
        class.module_bookmarks.inc.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: class.module_bookmarks.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/modules/class.module_bookmarks.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.module_bookmarks.inc.php      26 Mar 2003 21:30:09 -0000      1.2
--- class.module_bookmarks.inc.php      8 Apr 2003 18:33:36 -0000       1.3
***************
*** 55,59 ****
                        $expandedcats = Array();
                }
!               $bo = createobject('bookmarks.exportbo');
                return $bo->export($arguments['category'],'xbel',$expandedcats);
        }
--- 55,59 ----
                        $expandedcats = Array();
                }
!               $bo = createobject('bookmarks.bo');
                return $bo->export($arguments['category'],'xbel',$expandedcats);
        }





reply via email to

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