From 44c34634d1b2d946ebf1b407306095701d3c98bc Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Fri, 23 Nov 2012 18:46:34 +0200 Subject: [ci skip] Remove a lone semicolon (rel 2d48b4f1a174473fa0539769a433ba78305c0faa) --- system/libraries/Form_validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/libraries/Form_validation.php') diff --git a/system/libraries/Form_validation.php b/system/libraries/Form_validation.php index b65c4881c..d3d22c595 100644 --- a/system/libraries/Form_validation.php +++ b/system/libraries/Form_validation.php @@ -497,7 +497,7 @@ class CI_Form_validation { } // NULL must be returned for empty fields - return ($array === '') ? NULL : $array;; + return ($array === '') ? NULL : $array; } // -------------------------------------------------------------------- -- cgit v1.2.3-24-g4f1b