phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4490 - in phpcompta/trunk: html html/admin include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4490 - in phpcompta/trunk: html html/admin include
Date: Mon, 28 Nov 2011 15:10:17 +0100 (CET)

Author: danydb
Date: 2011-11-28 15:10:15 +0100 (Mon, 28 Nov 2011)
New Revision: 4490

Modified:
   phpcompta/trunk/html/admin/setup.php
   phpcompta/trunk/html/user_pref.php
   phpcompta/trunk/include/class_user.php
   phpcompta/trunk/include/constant.php
Log:
fix several cosmetic

Modified: phpcompta/trunk/html/admin/setup.php
===================================================================
--- phpcompta/trunk/html/admin/setup.php        2011-11-28 13:32:05 UTC (rev 
4489)
+++ phpcompta/trunk/html/admin/setup.php        2011-11-28 14:10:15 UTC (rev 
4490)
@@ -205,6 +205,7 @@
 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; ?>

Modified: phpcompta/trunk/html/user_pref.php
===================================================================
--- phpcompta/trunk/html/user_pref.php  2011-11-28 13:32:05 UTC (rev 4489)
+++ phpcompta/trunk/html/user_pref.php  2011-11-28 14:10:15 UTC (rev 4490)
@@ -29,7 +29,6 @@
 $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

Modified: phpcompta/trunk/include/class_user.php
===================================================================
--- phpcompta/trunk/include/class_user.php      2011-11-28 13:32:05 UTC (rev 
4489)
+++ phpcompta/trunk/include/class_user.php      2011-11-28 14:10:15 UTC (rev 
4490)
@@ -615,7 +615,7 @@
        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 @@
 
        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');

Modified: phpcompta/trunk/include/constant.php
===================================================================
--- phpcompta/trunk/include/constant.php        2011-11-28 13:32:05 UTC (rev 
4489)
+++ phpcompta/trunk/include/constant.php        2011-11-28 14:10:15 UTC (rev 
4490)
@@ -41,7 +41,7 @@
  *
  */
 $version_phpcompta=4444;
-define ("DEBUG",true);
+define ("DEBUG",false);
 
 define ("DBVERSION",98);
 define ("DBVERSIONREPO",14);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]