Merge tag 'rel6912'
Error in predefined operation
This commit is contained in:
commit
1336f4b5e0
3 changed files with 5 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ foreach (array('l','t','d','gDossier') as $a)
|
|||
}
|
||||
|
||||
}
|
||||
$cn=Dossier::id();
|
||||
$cn=Dossier::connect();
|
||||
$op=new Pre_operation_detail($cn);
|
||||
$op->set('ledger',$l);
|
||||
$op->set('ledger_type',$t);
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
/*!\file
|
||||
* \brief user setting
|
||||
*/
|
||||
<?php
|
||||
date_default_timezone_set ('Europe/Brussels');
|
||||
$_ENV['TMP']='/tmp';
|
||||
define("PG_PATH","/usr/bin");
|
||||
|
|
@ -60,3 +59,5 @@ define ("dbname","");
|
|||
// define ("SITE_UPDATE_PLUGIN","");
|
||||
// To allow to access the Info system
|
||||
// define ("SYSINFO_DISPLAY",true);
|
||||
// For developpement
|
||||
// define ("NOALYSS_VERSION",9999);
|
||||
|
|
|
|||
|
|
@ -197,6 +197,8 @@ function display_file_config($p_array,$from_setup=1,$p_os=1)
|
|||
print ( '// define ("SITE_UPDATE_PLUGIN","");'."\r\n");
|
||||
print ( '// To allow to access the Info system'."\r\n");
|
||||
print ( '// define ("SYSINFO_DISPLAY",true);'."\r\n");
|
||||
print ( '// For developpement'."\r\n");
|
||||
print ( '// define ("NOALYSS VERSION",9999);'."\r\n");
|
||||
}
|
||||
/*!\brief create the config file
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue