Changeset 2172 for website/lib/db/DBManager.class.php
- Timestamp:
- 09/09/07 19:26:13 (6 years ago)
- Files:
-
- 1 modified
-
website/lib/db/DBManager.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
website/lib/db/DBManager.class.php
r2165 r2172 48 48 $this->lastQuery = $query; 49 49 } 50 echo "\"".$this->lastQuery . "\"";50 // echo "\"".$this->lastQuery . "\""; 51 51 $this->result = $this->execCommand($this->queryF); 52 52 }
