diff options
Diffstat (limited to 'mayor-orig/mayor-naplo/www')
-rw-r--r-- | mayor-orig/mayor-naplo/www/include/modules/naplo/share/zaroJegyModifier.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mayor-orig/mayor-naplo/www/include/modules/naplo/share/zaroJegyModifier.php b/mayor-orig/mayor-naplo/www/include/modules/naplo/share/zaroJegyModifier.php index d8c2fed7..cd00612e 100644 --- a/mayor-orig/mayor-naplo/www/include/modules/naplo/share/zaroJegyModifier.php +++ b/mayor-orig/mayor-naplo/www/include/modules/naplo/share/zaroJegyModifier.php @@ -115,12 +115,11 @@ VALUES (NOW(),'%s',%u,%u,%u,'%s',%u,'%s','%s','%s')"; } } - $results[] = db_query($q, array('debug'=>true,'modul' => 'naplo_intezmeny','values' => $v, 'fv' => 'zaroJegyBeiras', 'result' => 'insert'), $lr); + $results[] = db_query($q, array('modul' => 'naplo_intezmeny','values' => $v, 'fv' => 'zaroJegyBeiras', 'result' => 'insert'), $lr); } } if ($olr=='') db_close($lr); //+++ MISSING hibakezelés, tranzakciókezelés??? - if (is_array($results) && count($results) == 1) return $results[0]; // vizsga oldal használja lastInsertId miatt else return false; |