* @param string 32-byte hash string identifying the record from sys_refindex which you wish to change the value for
* @param mixed Value you wish to set for reference. If NULL, the reference is removed (unless a soft-reference in which case it can only be set to a blank string). If you wish to set a database reference, use the format "[table]:[uid]". Any other case, the input value is set as-is
* @param boolean Return $dataArray only, do not submit it to database.
* @param string 32-byte hash string identifying the record from sys_refindex which you wish to change the value for
* @param mixed Value you wish to set for reference. If NULL, the reference is removed (unless a soft-reference in which case it can only be set to a blank string). If you wish to set a database reference, use the format "[table]:[uid]". Any other case, the input value is set as-is
* @param boolean Return $dataArray only, do not submit it to database.