Replaced all deprecated functions so FA runs in php >= 5.3.0 as well.
[fa-stable.git] / sales / allocations / customer_allocate.php
index 058605c6ff481dcee3d20eaf40998c0522056a37..63a04cdb4427abccc206d5792a3e8eeaa484d57f 100644 (file)
@@ -36,7 +36,7 @@ function clear_allocations()
                unset($_SESSION['alloc']->allocs);
                unset($_SESSION['alloc']);
        }
-       session_register('alloc');
+       //session_register('alloc');
 }