phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] infolog/inc class.vfs.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] infolog/inc class.vfs.inc.php
Date: Mon, 12 Feb 2007 14:46:01 +0000

CVSROOT:        /sources/phpgroupware
Module name:    infolog
Changes by:     Sigurd Nes <sigurdne>   07/02/12 14:46:01

Modified files:
        inc            : class.vfs.inc.php 

Log message:
        session

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/infolog/inc/class.vfs.inc.php?cvsroot=phpgroupware&r1=1.11&r2=1.12

Patches:
Index: class.vfs.inc.php
===================================================================
RCS file: /sources/phpgroupware/infolog/inc/class.vfs.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- class.vfs.inc.php   10 Feb 2007 16:11:36 -0000      1.11
+++ class.vfs.inc.php   12 Feb 2007 14:46:01 -0000      1.12
@@ -13,7 +13,7 @@
  * published by the Free Software Foundation; either version 2.1 of the *
  *License, or at your option) any later version.                       *
  \**********************************************************************/
- /* $Id: class.vfs.inc.php,v 1.11 2007/02/10 16:11:36 sigurdne Exp $ */
+ /* $Id: class.vfs.inc.php,v 1.12 2007/02/12 14:46:01 sigurdne Exp $ */
 
        /*!
        @class vfs
@@ -1097,7 +1097,7 @@
                                }
                                else
                                {
-                                       $currentdir = 
$GLOBALS['phpgw']->common->appsession ();
+                                       $currentdir = 
$GLOBALS['phpgw']->session->appsession($location = 'default', $appname = 
'infolog');
                                        $basedir = $this->getabsolutepath 
($currentdir . $sep . $target, array ($relatives[0]), True);
                                }
                        }
@@ -1106,7 +1106,7 @@
                                $basedir = $this->getabsolutepath ($target, 
array ($relatives[0]));
                        }
 
-                       $GLOBALS['phpgw']->common->appsession ($basedir);
+                       $GLOBALS['phpgw']->session->appsession($location = 
'default', $appname = 'infolog',$data = $basedir);
 
                        return True;
                }
@@ -1119,7 +1119,7 @@
                */
                function pwd ($full = True)
                {
-                       $currentdir = $GLOBALS['phpgw']->common->appsession ();
+                       $currentdir = $GLOBALS['phpgw']->session->appsession 
($location = 'default', $appname = 'infolog');
 
                        if (!$full)
                        {




reply via email to

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