$sql = "UPDATE `Vehicles` SET `Sold`=1, `SoldDate`='".$this->db->stringEscape($solddate)."', `SoldReason`='".$this->db->stringEscape($request->Reason)."'";
Activity
2013-11-02 10:38:46
Ordering was also adjusted within the submodule.
Documentation doesn't seem to have been adjusted, therefore we need to update the docs and implement a mechanism for 'selling' the vehicle
2013-11-02 10:39:27
2013-11-02 17:17:34
2013-11-10 01:49:25
The changes made to the database are invalid though, as all vehicles have been marked as sold. It looks like there's an issue with the SQL query somewhere
2013-11-10 01:50:48
If ever proof was needed about late night coding..........
2013-11-10 01:55:10
2013-11-10 01:55:40
2013-11-10 01:55:40
2013-11-10 01:55:49