Fix porting error

This commit is contained in:
DariusIII
2015-12-03 12:31:22 +01:00
parent ec44778f82
commit ea0b1c2e95
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ function run_query($query, $test)
}
}
$path = nZEDb_RES . 'db' . DS . 'schema' . DS . 'nntmux_fi_schema.sql';
$path = NN_RES . 'db' . DS . 'schema' . DS . 'nntmux_fi_schema.sql';
$handle = fopen($path, "r");
if ($handle) {
while (($line = fgets($handle)) !== false) {
+1 -1
View File
@@ -12,6 +12,6 @@
<precommit>9</precommit>
<!-- this is the version of the pre-commit file in githooks NOT the files it calls -->
</hooks>
<commit>4536</commit></git>
<commit>4537</commit></git>
</versions>
</newznab>