phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.vfs_sql.inc.php, 1.15.2.6.2.5, 1.


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] phpgwapi/inc class.vfs_sql.inc.php, 1.15.2.6.2.5, 1.15.2.6.2.6
Date: Fri, 10 Oct 2003 09:42:56 +0000

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.vfs_sql.inc.php 
Log Message:
fix missing /home error - patch #1989 - from lpiepho

Index: class.vfs_sql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.vfs_sql.inc.php,v
retrieving revision 1.15.2.6.2.5
retrieving revision 1.15.2.6.2.6
diff -C2 -d -r1.15.2.6.2.5 -r1.15.2.6.2.6
*** class.vfs_sql.inc.php       10 Oct 2003 09:36:21 -0000      1.15.2.6.2.5
--- class.vfs_sql.inc.php       10 Oct 2003 09:42:48 -0000      1.15.2.6.2.6
***************
*** 1722,1736 ****
                function mkdir ($data)
                {
-               
-                       if (!file_exists($this->basedir."/home"))       
//additional lines start here
-                       {
-                               @mkdir ($this->basedir."/home", 0770);
-                       }
- 
-                       if (address@hidden ($p->real_full_path, 0770))
-                       {
-                               return False;
-                       }
- 
                        if (!is_array ($data))
                        {
--- 1722,1725 ----
***************
*** 1774,1777 ****
--- 1763,1772 ----
                        if ($this->file_actions)
                        {
+                               //if block from patch #1989 - auto create home 
- from lpiepho
+                               if (!file_exists($this->basedir.'/home'))
+                               {
+                                       @mkdir ($this->basedir.'/home', 0770);
+                               }
+ 
                                if (address@hidden ($p->real_full_path, 0770))
                                {





reply via email to

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