Fixed methods description

These methods were declared void but actually returns values. Added proper documentation.
This commit is contained in:
Raphaël Doursenaud
2013-11-07 21:02:50 +01:00
parent 9e0f8c5f57
commit fa43476890
2 changed files with 2 additions and 2 deletions

View File

@@ -2135,7 +2135,7 @@ abstract class CommonObject
* Add/Update all extra fields values for the current object.
* All data to describe values to insert are stored into $this->array_options=array('keyextrafield'=>'valueextrafieldtoadd')
*
* @return void
* @return int -1=error, O=did nothing, 1=OK
*/
function insertExtraFields()
{