Commit 4b33a7826c895cd36ddcfbc8dee82cc1d594869d
1 parent
480ff0b3
Removed debug output
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@68 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
1 deletions
lib/visualpatterns/PatternTableSqlQuery.inc
| @@ -114,7 +114,6 @@ class PatternTableSqlQuery { | @@ -114,7 +114,6 @@ class PatternTableSqlQuery { | ||
| 114 | $oDBConnection->createSQLQueryWithOffset($this->sTableName, $this->aColumns, $this->iStartIndex, $this->iResultsToDisplay); | 114 | $oDBConnection->createSQLQueryWithOffset($this->sTableName, $this->aColumns, $this->iStartIndex, $this->iResultsToDisplay); |
| 115 | $oQueryResults = & $oDBConnection->getQueryResults(); | 115 | $oQueryResults = & $oDBConnection->getQueryResults(); |
| 116 | 116 | ||
| 117 | - echo $oDBConnection->sQuery."<br>"; | ||
| 118 | 117 | ||
| 119 | $iDisplayed = 0; | 118 | $iDisplayed = 0; |
| 120 | //limit the result set displayed | 119 | //limit the result set displayed |