From ea0b1c2e95b451694238a0558813a46b084e2b3e Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 3 Dec 2015 12:31:22 +0100 Subject: [PATCH] Fix porting error --- misc/testing/DB/check_unique_indexes.php | 2 +- newznab/build/nntmux.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/testing/DB/check_unique_indexes.php b/misc/testing/DB/check_unique_indexes.php index 11800e9d8..430c180a4 100755 --- a/misc/testing/DB/check_unique_indexes.php +++ b/misc/testing/DB/check_unique_indexes.php @@ -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) { diff --git a/newznab/build/nntmux.xml b/newznab/build/nntmux.xml index 0b51c61ee..24c71f533 100755 --- a/newznab/build/nntmux.xml +++ b/newznab/build/nntmux.xml @@ -12,6 +12,6 @@ 9 - 4536 + 4537