phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [19102] enable the autoload for the contacts


From: Caeies
Subject: [Phpgroupware-cvs] [19102] enable the autoload for the contacts
Date: Wed, 11 Mar 2009 16:01:23 +0000

Revision: 19102
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=19102
Author:   Caeies
Date:     2009-03-11 16:01:22 +0000 (Wed, 11 Mar 2009)
Log Message:
-----------
enable the autoload for the contacts

Modified Paths:
--------------
    core/trunk/phpgwapi/inc/class.phpgw.inc.php

Modified: core/trunk/phpgwapi/inc/class.phpgw.inc.php
===================================================================
--- core/trunk/phpgwapi/inc/class.phpgw.inc.php 2009-03-11 14:17:49 UTC (rev 
19101)
+++ core/trunk/phpgwapi/inc/class.phpgw.inc.php 2009-03-11 16:01:22 UTC (rev 
19102)
@@ -49,7 +49,8 @@
                 * @access public
                 */     
                public $debug = 0;              // This will turn on debugging 
information.
-               public $contacts;
+               //XXX Remove the public vars, so autoload occurs ...
+               //public $contacts;
                public $nextmatchs;
                public $preferences;
 





reply via email to

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