diff --git a/README b/README index d5e7917..19c8046 100644 --- a/README +++ b/README @@ -32,7 +32,7 @@ To install locally for testing/hacking: short_open_tag 0 register_long_arrays 0 magic_quotes_gpc 0 - Or ensure your appdb directory has AllowOveride' set to 'All' inside + Or ensure your appdb directory has AllowOverride' set to 'All' inside httpd.conf to let .htaccess set these settings. # An AppDB admin user has been automatically created while running @@ -42,12 +42,12 @@ To install locally for testing/hacking: You should change the password as soon as possible! #------------------------------------------------------------------------# -You can create ether set up a real bugzilla database or a fake one - +You can either set up a real bugzilla database or a fake one +# # cd tables, run ./create_bugzilla_tables to create the fake bugzilla tables #------------------------------------------------------------------------# # or installing a real bugzilla database (hope this helps) - +# # download buzilla (password for cvs is cvs) cd /var/www/html diff --git a/admin/adminTestResults.php b/admin/adminTestResults.php index a184018..cc38b6f 100644 --- a/admin/adminTestResults.php +++ b/admin/adminTestResults.php @@ -31,18 +31,18 @@ if ($aClean['sSub']) $oTest = new testData($aClean['iTestingId']); $oTest->GetOutputEditorValues($_REQUEST); - if($aClean['sSub'] == 'Submit') // submit the testing results + if($aClean['sSub'] == 'Submit') // submit the test results { $oTest->update(true); $oTest->unQueue(); - } else if($aClean['sSub'] == 'Save') // save the testing results + } else if($aClean['sSub'] == 'Save') // save the test results { $oTest->update(); - } else if($aClean['sSub'] == 'Reject') // reject testing results + } else if($aClean['sSub'] == 'Reject') // reject test results { $oTest->update(true); $oTest->Reject(); - } else if($aClean['sSub'] == 'Delete') // delete testing results + } else if($aClean['sSub'] == 'Delete') // delete test results { $oTest->delete(); } @@ -64,18 +64,18 @@ if ($aClean['sSub']) switch($oTest->sQueued) { case "true": - apidb_header("Edit new testing results for ".$sVersionInfo); + apidb_header("Edit new test results for ".$sVersionInfo); break; case "rejected": - apidb_header("Edit rejected testing results for ".$sVersionInfo); + apidb_header("Edit rejected test results for ".$sVersionInfo); break; case "false": - apidb_header("Edit testing results for ".$sVersionInfo); + apidb_header("Edit test results for ".$sVersionInfo); break; } echo '