CMXX - Consumer identity
This commit is contained in:
@@ -70,7 +70,6 @@ if ($command == 'update' && isAllowed('translation_manage',$profile,$permission,
|
||||
$sql = 'UPDATE text_variables_translations SET '.$clause.' WHERE rowID = ? '.$whereclause.'';
|
||||
$execute_input[] = $id;
|
||||
$stmt = $pdo->prepare($sql);
|
||||
$stmt->debugDumpParams();
|
||||
$stmt->execute($execute_input);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user