cc-4347: ~~~~PDO~~~~~~
This commit is contained in:
parent
977c664bfe
commit
1852843f96
1 changed files with 3 additions and 3 deletions
|
@ -796,11 +796,11 @@ SQL;
|
||||||
$timestamp = $date->getUtcTimestamp();
|
$timestamp = $date->getUtcTimestamp();
|
||||||
|
|
||||||
$stmt = $con->prepare("UPDATE cc_show_days "
|
$stmt = $con->prepare("UPDATE cc_show_days "
|
||||||
."SET duration = :add_show_duration"
|
."SET duration = :add_show_duration "
|
||||||
."WHERE show_id = :add_show_id" );
|
."WHERE show_id = :add_show_id" );
|
||||||
$stmt->execute( array(
|
$stmt->execute( array(
|
||||||
':add_show_duration' => $p_data[add_show_duration],
|
':add_show_duration' => $p_data['add_show_duration'],
|
||||||
':add_show_id' => $p_data[add_show_id]
|
':add_show_id' => $p_data['add_show_id']
|
||||||
));
|
));
|
||||||
|
|
||||||
$sql = "UPDATE cc_show_instances "
|
$sql = "UPDATE cc_show_instances "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue