[svn:p5ee] r10837 - p5ee/trunk/App-Repository/lib/App/Repository
[email protected] Tue, 26 Feb 2008 09:31:15 -0800 (PST)
| Newsgroups | perl.cvs.p5ee |
|---|---|
| Message-ID | <[email protected]> |
Author: spadkins
Date: Tue Feb 26 09:31:14 2008
New Revision: 10837
Modified:
p5ee/trunk/App-Repository/lib/App/Repository/DBI.pm
Log:
fixed insert debug_sql statement
Modified: p5ee/trunk/App-Repository/lib/App/Repository/DBI.pm
==============================================================================
--- p5ee/trunk/App-Repository/lib/App/Repository/DBI.pm (original)
+++ p5ee/trunk/App-Repository/lib/App/Repository/DBI.pm Tue Feb 26 09:31:14 2008
@@ -2227,7 +2227,7 @@
die $@;
}
}
- if ($debug_sql && $debug_sql >= 2) {
+ if ($debug_sql) {
$elapsed_time = $self->_read_timer($timer);
print $App::DEBUG_FILE "DEBUG_SQL: retval [$retval] ($elapsed_time sec) $DBI::errstr\n";
print $App::DEBUG_FILE "\n";