Skip to content

Commit bd2c790

Browse files
committed
php7 update
1 parent 00fa112 commit bd2c790

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/sqlparser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class SqlParser {
6060
// this contain list of changes done by the batch import
6161
var $stats;
6262

63-
function SqlParser(&$db) {
63+
function __construct(&$db) {
6464
$this->db = $db;
6565
$this->stopOnError = true;
6666
$this->filePath = "";
@@ -499,4 +499,4 @@ function updateStats(&$sql, $affectedRows) {
499499
}
500500

501501
}
502-
?>
502+
?>

0 commit comments

Comments
 (0)