Merge commit 'origin/master' into fusionax
authorStéphane Jacob <jacou@melix.net>
Thu, 21 Aug 2008 18:51:20 +0000 (20:51 +0200)
committerStéphane Jacob <jacou@melix.net>
Thu, 21 Aug 2008 18:51:20 +0000 (20:51 +0200)
Conflicts:

htdocs/xorg.php

1  2 
htdocs/xorg.php
modules/profile.php
modules/search.php

diff --cc htdocs/xorg.php
  
  require_once dirname(__FILE__).'/../include/xorg.inc.php';
  
- $platal = new Platal('auth', 'carnet', 'email', 'events', 'forums',
-                      'geoloc', 'lists', 'marketing', 'payment', 'platal',
-                      'profile', 'register', 'search', 'stats', 'admin',
-                      'newsletter', 'axletter', 'bandeau', 'survey',
-                      'fusionax',
-                      'gadgets', 'googleapps');
+ $platal = new Xorg('auth', 'carnet', 'email', 'events', 'forums',
+                    'geoloc', 'lists', 'marketing', 'payment', 'platal',
+                    'profile', 'register', 'search', 'stats', 'admin',
+                    'newsletter', 'axletter', 'bandeau', 'survey',
 -                   'gadgets', 'googleapps');
++                   'fusionax', 'gadgets', 'googleapps');
  
  if (!($path = Env::v('n')) || ($path{0} < 'A' || $path{0} > 'Z')) {
      $platal->run();
Simple merge
Simple merge