From c67b874fd8d442bfded35295a819e7ce11a2d6dc Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Wed, 8 Sep 2010 17:51:04 +0200 Subject: [PATCH] Typos MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- include/validations.inc.php | 2 +- include/validations/entreprises.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/validations.inc.php b/include/validations.inc.php index e04596a..b268fb6 100644 --- a/include/validations.inc.php +++ b/include/validations.inc.php @@ -31,7 +31,7 @@ class ValidateIterator extends XOrgDBIterator { // {{{ constuctor - public function __construct () + public function __construct() { parent::__construct('SELECT data, DATE_FORMAT(stamp, "%Y%m%d%H%i%s") FROM requests diff --git a/include/validations/entreprises.inc.php b/include/validations/entreprises.inc.php index cdb0cc1..fec0a4d 100644 --- a/include/validations/entreprises.inc.php +++ b/include/validations/entreprises.inc.php @@ -31,7 +31,7 @@ class EntrReq extends ProfileValidate public $url; public $email; public $holdingid = null; - public $NAF_code = null;; + public $NAF_code = null; public $AX_code = null; public $tel; -- 2.1.4