let's pretend we saw nothin'
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Fri, 3 Dec 2004 16:47:40 +0000 (16:47 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:26:27 +0000 (23:26 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-35

htdocs/listes/admin.php
htdocs/listes/archives.php
htdocs/listes/check.php
htdocs/listes/delete.php
htdocs/listes/index.php
htdocs/listes/members.php
htdocs/listes/moderate.php
htdocs/listes/options.php
htdocs/listes/soptions.php
htdocs/listes/trombi.php

index 5328901..f4dd7c3 100644 (file)
@@ -24,7 +24,7 @@ $liste = strtolower($_REQUEST['liste']);
 
 require_once("xorg.inc.php");
 new_skinned_page('listes/admin.tpl', AUTH_MDP);
-require_once('lists.inc.php')
+require_once('lists.inc.php');
 
 $err = Array();
 $client =& lists_xmlrpc($_SESSION['uid'], $_SESSION['password']);
index bda91f8..c7f0ac2 100644 (file)
@@ -24,7 +24,7 @@ $liste = strtolower($_REQUEST['liste']);
 
 require_once("xorg.inc.php");
 new_skinned_page('listes/archives.tpl', AUTH_COOKIE, 'listes/archives.head.tpl');
-require_once('lists.inc.php')
+require_once('lists.inc.php');
 
 $client =& lists_xmlrpc($_SESSION['uid'], $_SESSION['password']);
 
index ff60a97..05be3c0 100644 (file)
@@ -24,7 +24,7 @@ $liste = strtolower($_REQUEST['liste']);
 
 require_once("xorg.inc.php");
 new_admin_page('listes/check.tpl');
-require_once('lists.inc.php')
+require_once('lists.inc.php');
 
 $client =& lists_xmlrpc($_SESSION['uid'], $_SESSION['password']);
 
index 08f7dde..317b1bf 100644 (file)
@@ -24,7 +24,7 @@ $liste = strtolower($_REQUEST['liste']);
 
 require_once("xorg.inc.php");
 new_skinned_page('listes/delete.tpl', AUTH_MDP);
-require_once('lists.inc.php')
+require_once('lists.inc.php');
 
 $client =& lists_xmlrpc($_SESSION['uid'], $_SESSION['password']);
 
index 3dc18e8..88b5791 100644 (file)
@@ -21,7 +21,7 @@
 
 require_once("xorg.inc.php");
 new_skinned_page('listes/index.tpl', AUTH_MDP);
-require_once('lists.inc.php')
+require_once('lists.inc.php');
 
 $client =& lists_xmlrpc($_SESSION['uid'], $_SESSION['password']);
 
index 90bd568..ce01fce 100644 (file)
@@ -24,7 +24,7 @@ $liste = strtolower($_REQUEST['liste']);
 
 require_once("xorg.inc.php");
 new_skinned_page('listes/members.tpl', AUTH_COOKIE);
-require_once('lists.inc.php')
+require_once('lists.inc.php');
 
 $client =& lists_xmlrpc($_SESSION['uid'], $_SESSION['password']);
 
index 7813266..d139deb 100644 (file)
@@ -28,7 +28,7 @@ if(preg_match("!(?:[a-z0-9]+\\.)?{$globals->mail->domain}-(.*)!", $liste,$matche
 
 require_once("xorg.inc.php");
 new_skinned_page('listes/moderate.tpl', AUTH_MDP);
-require_once('lists.inc.php')
+require_once('lists.inc.php');
 
 $client =& lists_xmlrpc($_SESSION['uid'], $_SESSION['password']);
 
index 78dd373..06f3b4a 100644 (file)
@@ -24,7 +24,7 @@ $liste = strtolower($_REQUEST['liste']);
 
 require_once("xorg.inc.php");
 new_skinned_page('listes/options.tpl', AUTH_MDP);
-require_once('lists.inc.php')
+require_once('lists.inc.php');
 
 $client =& lists_xmlrpc($_SESSION['uid'], $_SESSION['password']);
 
index a982825..a4cdf34 100644 (file)
@@ -24,7 +24,7 @@ $liste = strtolower($_REQUEST['liste']);
 
 require_once("xorg.inc.php");
 new_admin_page('listes/soptions.tpl');
-require_once('lists.inc.php')
+require_once('lists.inc.php');
 
 $client =& lists_xmlrpc($_SESSION['uid'], $_SESSION['password']);
 
index 94c708d..09f87ac 100644 (file)
@@ -25,7 +25,7 @@ $liste = strtolower($_REQUEST['liste']);
 require_once("xorg.inc.php");
 new_skinned_page('listes/trombi.tpl', AUTH_COOKIE);
 require_once("trombi.inc.php");
-require_once('lists.inc.php')
+require_once('lists.inc.php');
 
 $client =& lists_xmlrpc($_SESSION['uid'], $_SESSION['password']);