Fix finish_date to end_date in database_mysqli.php
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
f11aeb2f7d
commit
a5f5b5acc4
1 changed files with 1 additions and 1 deletions
|
|
@ -3712,7 +3712,7 @@ class OGPDatabaseMySQL extends OGPDatabase
|
|||
$ed = $dateTime->getTimestamp();
|
||||
}
|
||||
$type = $type != "group" ? $type : "user_group";
|
||||
$query = sprintf("UPDATE `%sbilling_orders` SET `finish_date` = '%s' WHERE `home_id` = %d",
|
||||
$query = sprintf("UPDATE `%sbilling_orders` SET `end_date` = '%s' WHERE `home_id` = %d",
|
||||
$this->table_prefix,
|
||||
$ed,
|
||||
$this->realEscapeSingle($home_id));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue