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/FormValidator.inc.php

    r266 r279  
    506506
    507507    /**
    508      * Verifies credit card number.
     508     * Verifies credit card number using the Luhn (mod 10) algorithm.
     509     * http://en.wikipedia.org/wiki/Luhn_algorithm
    509510     *
    510511     * @param  string  $form_name   The name of the incoming form variable.
Note: See TracChangeset for help on using the changeset viewer.