fix several cosmetic
This commit is contained in:
parent
ee47d46cdd
commit
15183b125b
4 changed files with 4 additions and 4 deletions
|
|
@ -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; ?>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ $g_captcha=false;
|
|||
*
|
||||
*/
|
||||
$version_phpcompta=4444;
|
||||
define ("DEBUG",true);
|
||||
define ("DEBUG",false);
|
||||
|
||||
define ("DBVERSION",98);
|
||||
define ("DBVERSIONREPO",14);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue