mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Switched arguments to write ()
This commit is contained in:
parent
0a444cafcf
commit
45d28847c8
@ -549,12 +549,12 @@ class vfs
|
|||||||
@function write
|
@function write
|
||||||
@abstract write to a file
|
@abstract write to a file
|
||||||
@param $file file name
|
@param $file file name
|
||||||
@param $contents contents
|
|
||||||
@param $relatives Relativity array
|
@param $relatives Relativity array
|
||||||
|
@param $contents contents
|
||||||
@result Boolean True/False
|
@result Boolean True/False
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function write ($file, $contents, $relatives = array (RELATIVE_CURRENT))
|
function write ($file, $relatives = array (RELATIVE_CURRENT), $contents)
|
||||||
{
|
{
|
||||||
global $phpgw;
|
global $phpgw;
|
||||||
global $phpgw_info;
|
global $phpgw_info;
|
||||||
@ -971,8 +971,8 @@ class vfs
|
|||||||
@function set_attributes
|
@function set_attributes
|
||||||
@abstract Update database entry for $file with the attributes in $attributes
|
@abstract Update database entry for $file with the attributes in $attributes
|
||||||
@param $file file/directory to update
|
@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 $relatives Relativity array
|
||||||
|
@param $attributes keyed array of attributes. key is attribute name, value is attribute value
|
||||||
@result Boolean True/False
|
@result Boolean True/False
|
||||||
@discussion Valid attributes are:
|
@discussion Valid attributes are:
|
||||||
owner_id
|
owner_id
|
||||||
|
Loading…
Reference in New Issue
Block a user