Ignore:
Timestamp:
Aug 17, 2007 8:10:05 PM (17 years ago)
Author:
quinn
Message:

Added better error response when mcve engine not running.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Validator.inc.php

    r266 r279  
    217217
    218218    /**
    219      * Verifies credit card number.
     219     * Verifies credit card number using the Luhn (mod 10) algorithm.
     220     * http://en.wikipedia.org/wiki/Luhn_algorithm
    220221     *
    221222     * @param  string  $val   The input data to validate..
Note: See TracChangeset for help on using the changeset viewer.