This static property does not exists anymore

master
Gilles Crettenand 11 years ago
parent a7705060a0
commit c1b68ccfe6

@ -187,7 +187,7 @@ class User extends DbMapping
$table = User::$wishTableName;
$employee_id = Configuration::get('www_employee_id');
$library_id = Configuration::get('www_library_id');
$strSQL = "INSERT INTO $table (WishID, " . AudioBook::$idColumn . ", " . User::$idColumn . ", CreationDate, EmployeeID, BranchOfficeID, Remark, ModificationDate)";
$strSQL = "INSERT INTO $table (WishID, NoticeID, " . User::$idColumn . ", CreationDate, EmployeeID, BranchOfficeID, Remark, ModificationDate)";
$strSQL .= " VALUES($newWishID, $noticeId, $this->id, GETDATE(), $employee_id, $library_id, '', GETDATE())";
// return $strSQL;

Loading…
Cancel
Save