phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.vfs_sql.inc.php,1.23,1.24


From: Jason Wies <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.vfs_sql.inc.php,1.23,1.24
Date: Mon, 17 Feb 2003 14:34:59 -0500

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv5890

Modified Files:
        class.vfs_sql.inc.php 
Log Message:
Move shared variables and functions to vfs_shared

Index: class.vfs_sql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.vfs_sql.inc.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** class.vfs_sql.inc.php       26 Aug 2002 04:20:33 -0000      1.23
--- class.vfs_sql.inc.php       17 Feb 2003 19:34:56 -0000      1.24
***************
*** 26,44 ****
        /*!
        @class vfs
!       @abstract Virtual File System
        @description Authors: Zone
        */
  
-       /* Relative defines.  Used mainly by getabsolutepath () */
-       define ('RELATIVE_ROOT', 1);
-       define ('RELATIVE_USER', 2);
-       define ('RELATIVE_CURR_USER', 4);
[...1289 lines suppressed...]
***************
*** 3463,3479 ****
  
                /* Helper functions */
- 
-               function default_values ($data, $default_values)
-               {
-                       for ($i = 0; list ($key, $value) = each 
($default_values); $i++)
-                       {
-                               if (!isset ($data[$key]))
-                               {
-                                       $data[$key] = $value;
-                               }
-                       }
- 
-                       return $data;
-               }
  
                /* This fetchs all available file system information for string 
(not using the database) */
--- 2574,2577 ----





reply via email to

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