Removes trailing spaces.
[platal.git] / bin / connect.db.inc.php
index e2954f1..22ed0a7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2008 Polytechnique.org                              *
+ *  Copyright (C) 2003-2010 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -26,7 +26,7 @@ ini_set('include_path', dirname(__FILE__) . '/../core/include:'
                       . '/usr/share/php');
 require_once('xorg.inc.php');
 
-new Platal('core');
+new Xorg('core');
 
 // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
 ?>