Merge with the branches/rel400
* New module budget * Detail for impress of account * Code rewrited * Group in analytic accountancy * Fix Bug
This commit is contained in:
parent
4e4529c51a
commit
cd96d07c1e
113 changed files with 1193 additions and 1104 deletions
|
|
@ -431,7 +431,7 @@ function get_array($p_cn,$p_sql) {
|
|||
*/
|
||||
function save_upload_document ($cn,$seq) {
|
||||
|
||||
$new_name=tempnam('/tmp','pj');
|
||||
$new_name=tempnam($_ENV['TMP'],'pj');
|
||||
echo_debug('postgres.php',__LINE__,"new name=".$new_name);
|
||||
echo_debug(__FILE__.":".__LINE__.$_FILES);
|
||||
if ($_FILES["pj"]["error"] > 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue