We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9add9c7 commit 1ab6734Copy full SHA for 1ab6734
1 file changed
modules/stampe/actions.php
@@ -23,7 +23,7 @@
23
switch (post('op')) {
24
case 'update':
25
if (!empty(intval(post('predefined'))) && !empty(post('module'))) {
26
- $dbo->query('UPDATE `zz_prints` SET `predefined` = 0 WHERE `id_module` = '.post('module'));
+ $dbo->query('UPDATE `zz_prints` SET `predefined` = 0 WHERE `id_module` = '.prepare(post('module')));
27
}
28
$print->options = post('options');
29
$print->order = post('order');
0 commit comments