Plugin Directory

Changeset 476276


Ignore:
Timestamp:
12/16/2011 08:27:12 AM (14 years ago)
Author:
1tui8
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-alicart/trunk/alicart_print_cart.php

    r476268 r476276  
    323323    }
    324324   
     325    if ($_POST['mobile_phone']!="") {
     326        if (!is_numeric($_POST['mobile_phone'])) {
     327            echo  "<script>history.back();</script>";
     328            die();
     329        }
     330    }
     331   
    325332    if ($phone == "" && $_POST['mobile_phone']=="") {
    326333        echo  "<script>history.back();</script>";
Note: See TracChangeset for help on using the changeset viewer.