Skip to content

Commit d435938

Browse files
authored
Update Database.php
1 parent 99733d1 commit d435938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ public static function connect()
264264
*/
265265
public function query($sql, $params = [])
266266
{
267-
echo $sql;
267+
//echo $sql;
268268
$this->_query = "";
269269
$this->_where = "WHERE";
270270
// set _error. true to that if they can not be false for this function to work properly, this function makes the

0 commit comments

Comments
 (0)