From 6544d9624d72cfba3746a8b0588fcbb36223499d Mon Sep 17 00:00:00 2001 From: tailor Date: Fri, 21 Mar 2008 22:59:22 +0000 Subject: [project @ variable name (typo), $argv to $args (loadSuite was always being passed a null parameter)] --- admin/texttest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/texttest.php b/admin/texttest.php index e2dfb02..fecd6d5 100644 --- a/admin/texttest.php +++ b/admin/texttest.php @@ -118,7 +118,7 @@ if ($math_type && false) { // ******** End math library selection ********** -$suites = loadSuite($argv); +$suites = loadSuite($args); $totals = array( 'run' => 0, -- cgit v1.1