Skip to content

Commit cdf333f

Browse files
committed
[fix] db_mysql.php should import db_common.php explicitly
1 parent 0247536 commit cdf333f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codebase/db_mysql.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
/*! Implementation of DataWrapper for MySQL
44
**/
5+
require_once("db_common.php");
6+
57
class MySQLDBDataWrapper extends DBDataWrapper{
68
protected $last_result;
79
public function query($sql){

0 commit comments

Comments
 (0)