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.4, 1.


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

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

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.4
retrieving revision 1.15.2.6.2.5
diff -C2 -d -r1.15.2.6.2.4 -r1.15.2.6.2.5
*** class.vfs_sql.inc.php       8 Sep 2003 01:27:44 -0000       1.15.2.6.2.4
--- class.vfs_sql.inc.php       10 Oct 2003 09:36:21 -0000      1.15.2.6.2.5
***************
*** 1722,1725 ****
--- 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))
                        {





reply via email to

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