Skip to content

Commit

Permalink
Remove echoing of sql statements
Browse files Browse the repository at this point in the history
  • Loading branch information
timw4mail committed May 1, 2012
1 parent 790e827 commit 31ba088
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/query_builder.php
Expand Up @@ -1338,7 +1338,7 @@ private function _compile($type='', $table='')
break; break;
} }


echo $sql . '<br />'; //echo $sql . '<br />';


return $sql; return $sql;
} }
Expand Down
Binary file modified tests/db_files/FB_TEST_DB.FDB
Binary file not shown.

0 comments on commit 31ba088

Please sign in to comment.