Add XDB::formatCustomOrder (to create a custom order in an SQL query)
[platal.git] / classes / platal.php
index 1c8718d..866d7c2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2009 Polytechnique.org                              *
+ *  Copyright (C) 2003-2010 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -46,7 +46,7 @@ abstract class Platal
         $sessionclass = PL_SESSION_CLASS;
         $session = new $sessionclass();
         if (!$session->startAvailableAuth()) {
-            Platal::page()->trigError('DonnĂ©es d\'authentification invalide.');
+            Platal::page()->trigError("DonnĂ©es d'authentification invalides.");
         }
 
         $modules    = func_get_args();