Error after updating to version 8.1.039 onwards

Hi Team,

Following upgrade to version [SIZE=12px]8.1.039 I’ve experienced many problems with date fields upon generating source code. The following is an abstract;

Please Note: I have upgraded to version [/SIZE][SIZE=12px]8.1.041 but still experience the same challenges.[/SIZE]

Parse error: syntax error, unexpected ‘;’ in C:\Program Files (x86)\NetMake\v81\wwwroot\scriptcase\app\AutoGUser s\form_valuations\form_valuations_apl.php on line 6335

$comando_multiul = "SELECT COUNT(*) FROM valuations_photos WHERE p_val_id = " . $this->id . “”;
$_SESSION[‘scriptcase’][‘sc_sql_ult_comando’] = $comando_multiul;
$this->trans_date = $old_value_trans_date;
$this->expirydate = $old_value_expirydate;
$this->valuation_fee = $old_value_valuation_fee;
$this->datereg = $old_value_datereg;
$this->id = $old_value_id;
$this->marketvalue = $old_value_marketvalue;
$this->windscreenvalue = $old_value_windscreenvalue;
$this->radiovalue = $old_value_radiovalue;
$this->tyres_nearfront = $old_value_tyres_nearfront;
$this->tyres_offfront = $old_value_tyres_offfront;
$this->tyres_nearrear = $old_value_tyres_nearrear;
$this->tyres_offrear = $old_value_tyres_offrear;
$this->insert_date = $old_value_insert_date;
$this->insert_date_hora = $old_value_insert_date_hora = ; <=NOTICE THIS, this is line 6335
$this->edit_date = $old_value_edit_date;
$this->edit_date_hora = $old_value_edit_date_hora = ; <=NOTICE THIS
$rs_mu = $this->Db->Execute($comando_multiul);

Kindly what is the work-around for this? Its happening to most of my transactions forms and remember that I have not made any changes to the forms. I cannot deploy to production :frowning:

Thnx & KRgrds

Moh.

Any word on this?