Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$mi->debugsql = 0; ersetzt #134

Merged
merged 2 commits into from
Aug 8, 2023
Merged

Conversation

Koala
Copy link
Contributor

@Koala Koala commented Jul 28, 2023

Das "$mi->debugsql = 0;" ersetzt durch das "// $mi->setDebug();"

@@ -200,8 +200,7 @@ function show_errors($errors = array()) {
$output = $moduls[$module_key]['output'];

$mi = rex_sql::factory();
$mi->debugsql = 0;
$mi->setTable('rex_module');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Koala Ich glaube setTable() darf hier nicht entfernt werden da ja in Zeile 202 eine neue Instanz von rex_sql erstellt wird.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, verd... ja, das war eine Zeile zu viel

setTable wieder eingefügt
@olien olien merged commit 7bb6eb5 into FriendsOfREDAXO:master Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants