LSform : Removed deprecated error 207

This commit is contained in:
Benjamin Renard 2010-11-17 15:17:33 +01:00
parent f864ce49d7
commit 30d9fd00c3

View file

@ -614,9 +614,4 @@ _("LSfom : Field type unknow (%{type}).")
LSerror :: defineError('LSform_06',
_("LSform : Error during the creation of the element '%{element}'.")
);
// No longer used
/*LSerror :: defineError(207,
_("LSform : No value has been entered into the field '%{element}'.")
);*/
?>