Removed commented deprecated Session_register().
[fa-stable.git] / sales / allocations / customer_allocate.php
index 97ece6a3c4997f6293334fe63e121eac9c447aad..7f7fe7b1b31c030173da3e8a1089e7b5a9c53c19 100644 (file)
@@ -36,7 +36,6 @@ function clear_allocations()
                unset($_SESSION['alloc']->allocs);
                unset($_SESSION['alloc']);
        }
-       //session_register('alloc');
 }
 
 //--------------------------------------------------------------------------------