Eliminated non-static method calls and other bulk fixes to fix php5 warnings
[fa-stable.git] / reporting / rep103.php
index ead177fdf37c9b54b037b1eb2a26131dc41d161d..e8a418910daab345965c7e506fd7b37321f3a28e 100644 (file)
@@ -109,9 +109,9 @@ function print_customer_details_listing()
     
     $dec = 0;
 
-       if ($area == reserved_words::get_all_numeric())
+       if ($area == ALL_NUMERIC)
                $area = 0;
-       if ($folk == reserved_words::get_all_numeric())
+       if ($folk == ALL_NUMERIC)
                $folk = 0;
 
        if ($area == 0)