Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

periode.inc.php File Reference

Still used ? More...

Go to the source code of this file.

Variables

 $cn = DbConnect($_SESSION['g_dossier'])
 $action = ""
 return
 $Res


Detailed Description

Still used ?

Todo:
check if obsolete

Definition in file periode.inc.php.


Variable Documentation

$action = ""
 

Definition at line 31 of file periode.inc.php.

Referenced by Cpdf::o_catalog(), Cpdf::o_destination(), Cpdf::o_encryption(), Cpdf::o_image(), and ShowMenuJrn().

$cn = DbConnect($_SESSION['g_dossier'])
 

Definition at line 27 of file periode.inc.php.

$Res
 

Initial value:

ExecSql($cn," update parm_periode ".
               "set p_start=to_date('". $p_date_start."','DD.MM.YYYY'),".
               " p_end=to_date('". $p_date_end."','DD.MM.YYYY'),".
               " p_exercice='".$p_exercice."'".
               " where p_id=".$p_per)

Definition at line 61 of file periode.inc.php.

return
 

Definition at line 59 of file periode.inc.php.