[dev] [PATCH] framework/VFS/VFS/sql_file.php
Amith Varghese
amith at xalan.com
Fri Feb 13 14:08:16 PST 2004
Fixes the function call where the optional parameter $recursive was not included
as one of the arguments
Amith
-------------- next part --------------
Index: framework/VFS/VFS/sql_file.php
===================================================================
RCS file: /repository/framework/VFS/VFS/sql_file.php,v
retrieving revision 1.36
diff -u -r1.36 sql_file.php
--- framework/VFS/VFS/sql_file.php 13 Jan 2004 02:29:27 -0000 1.36
+++ framework/VFS/VFS/sql_file.php 13 Feb 2004 22:13:52 -0000
@@ -328,7 +328,7 @@
*
* @return mixed True on success or a PEAR_Error object on failure.
*/
- function deleteFolder($path, $name)
+ function deleteFolder($path, $name, $recursive = false)
{
$conn = $this->_connect();
if (is_a($conn, 'PEAR_Error')) {
More information about the dev
mailing list