Name

always_pass — always pass

DESCRIPTION

Verification of the form field value always succeeds.

EXAMPLES

Example: always_pass

FORM_FIELD_NAME=always_pass

NOTES

AVAILABILITY

always_pass is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: code/OrderCheck/always_pass.oc
Lines: 16


# Copyright 2006-2007 Interchange Development Group and others
# 
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.  See the LICENSE file for details.
# 
# $Id: always_pass.oc,v 1.3 2007-03-30 23:40:48 pajamian Exp $

CodeDef always_pass OrderCheck 1
CodeDef always_pass Description Always succeeds
CodeDef always_pass Routine <<EOR
sub {
return (1, $_[1], '');
}
EOR

AUTHORS

Interchange Development Group

SEE ALSO

always_fail(7ic)

DocBook! Interchange!