/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/form/FormErrors.inc
ViewVC logotype

Diff of /nfo/php/libs/com.newsblob.phphtmllib/form/FormErrors.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jonen, Sat Feb 22 21:07:42 2003 UTC revision 1.2 by jonen, Sat Sep 20 00:18:43 2003 UTC
# Line 21  class FormErrors { Line 21  class FormErrors {
21       */       */
22      var $error_array = array(      var $error_array = array(
23           "ERR_OK" => 0,           "ERR_OK" => 0,
24             "ERR_EMPTY" => "This field cannot be empty",
25    
26           "INVALID_IP" => "The IP address you have entered is not in a valid format",           "INVALID_IP" => "The IP address you have entered is not in a valid format",
27           "INVALID_LOGIN_NAME_LENGTH" => "The User Name must be less than 40 characters.",           "INVALID_LOGIN_NAME_LENGTH" => "The User Name must be less than 40 characters.",

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed