Grammar nazi attack
[mirrors/SokoMan.git] / index.php
index 6ea65511a8c304213c8632c97c55d6440bb8b238..07937b04286720f06227298259e8c2a4850263d7 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -370,8 +370,8 @@ EOF;
                );
                $relations_conditions=array(
                        'in_stock' => 'return(@$table[$id]["status_name"] == "stored");',
-                       'not_sold' => 'return(@$table[$id]["status_name"] != "saled");',
-                       'not_sold_or_disposed' => 'return(@$table[$id]["status_name"] != "saled" && @$table[$id]["status_name"] != "disposed");'
+                       'not_sold' => 'return(@$table[$id]["status_name"] != "sold");',
+                       'not_sold_or_disposed' => 'return(@$table[$id]["status_name"] != "sold" && @$table[$id]["status_name"] != "disposed");'
                );
                foreach($table as $id => $row) {
                        foreach($row as $column => $value) {
This page took 0.116316 seconds and 4 git commands to generate.