Oops.
authorStéphane Jacob <sj@m4x.org>
Mon, 14 Mar 2011 18:07:44 +0000 (19:07 +0100)
committerStéphane Jacob <sj@m4x.org>
Mon, 14 Mar 2011 18:07:44 +0000 (19:07 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/xnetnl.php

index b22c687..a5a25ed 100644 (file)
 
 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()