From 3111dc9a8141a8c39db90c17eaeaabcd3b345570 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 14 Mar 2011 19:07:44 +0100 Subject: [PATCH] Oops. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/xnetnl.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/modules/xnetnl.php b/modules/xnetnl.php index b22c687..a5a25ed 100644 --- a/modules/xnetnl.php +++ b/modules/xnetnl.php @@ -21,18 +21,6 @@ Platal::load('newsletter'); -<<<<<<< HEAD:htdocs/javascript/password.js - if (pw1 == '********') { - return true; - } - if (hasConfirmation) { - pw2 = $('[name=' + password2 + ']').val(); - if (pw1 != pw2) { - alert("\nErreur : les deux champs ne sont pas identiques !"); - return false; - } - $('[name=' + password2 + ']').val(''); -======= class XnetNlModule extends NewsletterModule { function handlers() @@ -47,7 +35,6 @@ class XnetNlModule extends NewsletterModule '%grp/admin/nl/edit/valid' => $this->make_hook('admin_nl_valid', AUTH_MDP, 'groupadmin'), '%grp/admin/nl/categories' => $this->make_hook('admin_nl_cat', AUTH_MDP, 'groupadmin'), ); ->>>>>>> xorg/master:modules/xnetnl.php } protected function getNl() -- 2.1.4