fix several cosmetic

This commit is contained in:
Dany De Bontridder 2011-11-28 14:10:15 +00:00
parent ee47d46cdd
commit 15183b125b
4 changed files with 4 additions and 4 deletions

View file

@ -205,6 +205,7 @@ require_once('config_file.php');
include_once('constant.php');
require_once('class_database.php');
echo "<h1>Configuration</h1>";
echo __LINE__;
?>
<h2>Info</h2>
Vous utilisez le domaine <?php echo domaine; ?>

View file

@ -29,7 +29,6 @@ require_once('class_database.php');
$Rep=new Database();
include_once ("class_user.php");
require_once('class_dossier.php');
$cn=new Database();
/* if the dossier is not set then we have to connect to the
* account_repository database

View file

@ -615,7 +615,7 @@ class User
function insert_default_global_pref($p_type="", $p_value="")
{
$default_parameter = array("THEME" => "Light",
$default_parameter = array("THEME" => "classic",
"PAGESIZE" => "50",
'TOPMENU' => 'TEXT',
'LANG' => 'fr_FR.utf8');
@ -648,7 +648,7 @@ class User
function update_global_pref($p_type, $p_value="")
{
$default_parameter = array("THEME" => "Light",
$default_parameter = array("THEME" => "classic",
"PAGESIZE" => "50",
"LANG" => 'fr_FR.utf8',
'TOPMENU' => 'SELECT');

View file

@ -41,7 +41,7 @@ $g_captcha=false;
*
*/
$version_phpcompta=4444;
define ("DEBUG",true);
define ("DEBUG",false);
define ("DBVERSION",98);
define ("DBVERSIONREPO",14);