From 45d28847c87b34c743e84995363a69d908f953d3 Mon Sep 17 00:00:00 2001 From: zone Date: Mon, 18 Jun 2001 21:34:08 +0000 Subject: [PATCH] Switched arguments to write () --- phpgwapi/inc/class.vfs_wip.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpgwapi/inc/class.vfs_wip.inc.php b/phpgwapi/inc/class.vfs_wip.inc.php index fad99373fb..a373cfc364 100644 --- a/phpgwapi/inc/class.vfs_wip.inc.php +++ b/phpgwapi/inc/class.vfs_wip.inc.php @@ -549,12 +549,12 @@ class vfs @function write @abstract write to a file @param $file file name - @param $contents contents @param $relatives Relativity array + @param $contents contents @result Boolean True/False */ - function write ($file, $contents, $relatives = array (RELATIVE_CURRENT)) + function write ($file, $relatives = array (RELATIVE_CURRENT), $contents) { global $phpgw; global $phpgw_info; @@ -971,8 +971,8 @@ class vfs @function set_attributes @abstract Update database entry for $file with the attributes in $attributes @param $file file/directory to update - @param $attributes keyed array of attributes. key is attribute name, value is attribute value @param $relatives Relativity array + @param $attributes keyed array of attributes. key is attribute name, value is attribute value @result Boolean True/False @discussion Valid attributes are: owner_id