phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: cdb index.php,1.9,1.10


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: cdb index.php,1.9,1.10
Date: Wed, 13 Feb 2002 17:35:04 -0500

Update of /cvsroot/phpgroupware/cdb
In directory subversions:/tmp/cvs-serv31647

Modified Files:
        index.php 
Log Message:
Still getting the foundation setup


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/cdb/index.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** index.php   4 Feb 2002 19:20:37 -0000       1.9
--- index.php   13 Feb 2002 22:35:01 -0000      1.10
***************
*** 28,31 ****
--- 28,37 ----
  
        include('../header.inc.php');
+       // Load the generic data into memory
+       $tmp = CreateObject('cdb.cdb_generic');
+       // Now that the generic file has been included, we can
+       // delete the object we created
+       unset($tmp);
+ 
        echo '<center>' . lang('Contact Database'). '<br>';
  ?>




reply via email to

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