Changeset 476264
- Timestamp:
- 12/16/2011 07:46:02 AM (14 years ago)
- File:
-
- 1 edited
-
wp-alicart/trunk/alicart_print_cart.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-alicart/trunk/alicart_print_cart.php
r476263 r476264 300 300 } 301 301 302 if ($_POST['consignee']=="" || $_POST['address']=="" || $_POST['zip_code']=="" ) {302 if ($_POST['consignee']=="" || $_POST['address']=="" || $_POST['zip_code']=="" || !is_numeric($_POST['zip_code'])) { 303 303 echo "<script>history.back();</script>"; 304 304 die();
Note: See TracChangeset
for help on using the changeset viewer.