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.15.2.2,1.15


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.vfs_sql.inc.php,1.15.2.2,1.15.2.3
Date: Wed, 13 Feb 2002 21:23:10 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.vfs_sql.inc.php 
Log Message:
GNU Patch #132 - User friendly warnings for unsuccessful mkdir().

Index: class.vfs_sql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.vfs_sql.inc.php,v
retrieving revision 1.15.2.2
retrieving revision 1.15.2.3
diff -C2 -r1.15.2.2 -r1.15.2.3
*** class.vfs_sql.inc.php       10 Feb 2002 04:38:27 -0000      1.15.2.2
--- class.vfs_sql.inc.php       14 Feb 2002 02:23:07 -0000      1.15.2.3
***************
*** 2262,2266 ****
                        umask (000);
  
!                       if (!mkdir ($p->real_full_path, 0770))
                        {
                                return False;
--- 2262,2266 ----
                        umask (000);
  
!                       if (address@hidden ($p->real_full_path, 0770))
                        {
                                return False;




reply via email to

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