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.17,1.18


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

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

Modified Files:
        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.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** class.vfs_sql.inc.php       10 Feb 2002 04:19:43 -0000      1.17
--- class.vfs_sql.inc.php       14 Feb 2002 02:16:14 -0000      1.18
***************
*** 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]