--- nfo/php/libs/com.newsblob.phphtmllib/form/FormErrors.inc 2003/02/22 21:07:42 1.1 +++ nfo/php/libs/com.newsblob.phphtmllib/form/FormErrors.inc 2003/09/20 00:18:43 1.2 @@ -4,7 +4,7 @@ * This file holds the error codes and error messages * associated with those codes for English * - * $Id: FormErrors.inc,v 1.1 2003/02/22 21:07:42 jonen Exp $ + * $Id: FormErrors.inc,v 1.2 2003/09/20 00:18:43 jonen Exp $ * * @author Walter A. Boring IV * @package phpHtmlLib @@ -21,6 +21,7 @@ */ var $error_array = array( "ERR_OK" => 0, + "ERR_EMPTY" => "This field cannot be empty", "INVALID_IP" => "The IP address you have entered is not in a valid format", "INVALID_LOGIN_NAME_LENGTH" => "The User Name must be less than 40 characters.",