Skip to content

Commit

Permalink
Merge pull request #134 from Koala/debugsql-Korrektur
Browse files Browse the repository at this point in the history
$mi->debugsql = 0; ersetzt
  • Loading branch information
olien authored Aug 8, 2023
2 parents 060e240 + dbeaf36 commit 7bb6eb5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pages/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function show_errors($errors = array()) {
$output = $moduls[$module_key]['output'];

$mi = rex_sql::factory();
$mi->debugsql = 0;
// $mi->setDebug();
$mi->setTable('rex_module');
$mi->setValue('input', $input);
$mi->setValue('output', $output);
Expand Down
2 changes: 1 addition & 1 deletion pages/module_mform_mblock.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function show_errors($errors = array()) {
$output = $moduls[$module_key]['output'];

$mi = rex_sql::factory();
$mi->debugsql = 0;
// $mi->setDebug();
$mi->setTable('rex_module');
$mi->setValue('input', $input);
$mi->setValue('output', $output);
Expand Down
2 changes: 1 addition & 1 deletion pages/more_examples.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function show_errors($errors = array()) {
$output = $moduls[$module_key]['output'];

$mi = rex_sql::factory();
$mi->debugsql = 0;
// $mi->setDebug();
$mi->setTable('rex_module');
$mi->setValue('input', $input);
$mi->setValue('output', $output);
Expand Down
2 changes: 1 addition & 1 deletion pages/pakete.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function show_errors($errors = array()) {
$template = $templates[$module_key]['template'];

$mi = rex_sql::factory();
$mi->debugsql = 0;
// $mi->setDebug();
$mi->setTable('rex_template');
$mi->setValue('content', $template);
$mi->setValue('name', $modul_name);
Expand Down
2 changes: 1 addition & 1 deletion pages/templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ function show_errors($errors = array()) {
$template = $templates[$module_key]['template'];

$mi = rex_sql::factory();
$mi->debugsql = 0;
// $mi->setDebug();
$mi->setTable('rex_template');
$mi->setValue('content', $template);
$mi->setValue('name', $modul_name);
Expand Down

0 comments on commit 7bb6eb5

Please sign in to comment.