* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -4229,6 +4230,88 @@ abstract class CommonObject
}
elsereturn0;
}
/**
* Update an exta field value for the current object.
* Data to describe values to insert/update are stored into $this->array_options=array('options_codeforfield1'=>'valueforfield1', 'options_codeforfield2'=>'valueforfield2', ...)
* This function delte record with all extrafields and insert them again from the array $this->array_options.
* $key key of the extrafield
* @return int -1=error, O=did nothing, 1=OK
*/
functionupdateExtraField($key)
{
global$conf,$langs;
$error=0;
if(!empty($conf->global->MAIN_EXTRAFIELDS_DISABLED))return0;// For avoid conflicts if trigger used