Commit d0c9f5b

bryfry <bryon.fryer@gmail.com>
2013-10-07 22:47:33
preview push
1 parent d8ac1a2
Changed files (1)
input_process.php
@@ -10,7 +10,7 @@
       $lastodo = unserialize(file_get_contents($file));
     
       echo 'Last = '.$lastodo.' ';
-      echo 'Miles = '.(int)$data['odometer']-$lastodo. ' ';
+      echo 'Miles = '.((int)$data['odometer']-$lastodo). ' ';
     
       $lastodo = serialize($data['odometer']);
       file_put_contents($file, $lastodo);