Update database statement for recurring bills.
This commit is contained in:
@@ -56,6 +56,7 @@ if ("settings" == $_POST['action'])
|
||||
{
|
||||
if ($temp)
|
||||
{
|
||||
if (!isset($_POST['KfZ_ID'])) { $_POST['KfZ_ID'] = null; }
|
||||
$sql = 'UPDATE ' . PREFIX . '_Reminder SET
|
||||
Kontakt_ID = "' . $_POST['Kontakt_ID'] . '",
|
||||
Admin_ID = "' . $_POST['Admin_ID'] . '",
|
||||
|
||||
Reference in New Issue
Block a user