From 30d9fd00c31347d955dd0fc12e16b0fd8db1b877 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Wed, 17 Nov 2010 15:17:33 +0100 Subject: [PATCH] LSform : Removed deprecated error 207 --- public_html/includes/class/class.LSform.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public_html/includes/class/class.LSform.php b/public_html/includes/class/class.LSform.php index 85739639..00811e3b 100644 --- a/public_html/includes/class/class.LSform.php +++ b/public_html/includes/class/class.LSform.php @@ -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}'.") -);*/ - ?>