Go to the source code of this file.
Variables | |
$jr_grpt_id = $_GET['jr_grpt_id'] | |
$cn = DbConnect($_SESSION['g_dossier']) | |
$User = new cl_user(DbConnect()) | |
$r = ExecSql($cn,"select jr_def_id from jrn where jr_grpt_id=$jr_grpt_id") | |
exit | |
$a = pg_fetch_array($r,0) | |
$jrn = $a['jr_def_id'] | |
$ret = ExecSql($cn,"select jr_pj,jr_pj_name,jr_pj_type from jrn where jr_grpt_id=$jr_grpt_id") | |
$row = pg_fetch_array($ret,0) | |
$tmp = tempnam('/tmp/','document_') | |
$file = fopen($tmp,'r') |
|
Definition at line 45 of file show_pj.php. |
|
Definition at line 33 of file show_pj.php. |
|
Definition at line 69 of file show_pj.php. |
|
Definition at line 31 of file show_pj.php. |
|
Definition at line 46 of file show_pj.php. Referenced by jrn::GetRowSimple(), ShowFormTransfert(), and TransferCSV(). |
|
Definition at line 40 of file show_pj.php. |
|
Definition at line 55 of file show_pj.php. |
|
Definition at line 58 of file show_pj.php. |
|
Definition at line 59 of file show_pj.php. |
|
Definition at line 37 of file show_pj.php. |
|
Definition at line 43 of file show_pj.php. |