Plugins  LAST
 All Data Structures Files Functions Variables Pages
Variables
historique.inc.php File Reference

show the history of the saved declaration take data from rapport_avance.declaration and display via ajax More...

Go to the source code of this file.

Variables

global $cn
 
 $data
 

Detailed Description

show the history of the saved declaration take data from rapport_avance.declaration and display via ajax

Definition in file historique.inc.php.

Variable Documentation

global $cn

Definition at line 29 of file historique.inc.php.

$data
Initial value:
=$cn->get_array("select d_id,d_title,
d_start,d_end,to_char(d_generated,'DD/MM/YY HH24:MI') as fmt_generated,
d_description,d_generated,
to_char(d_start,'YYMMDD') as fmt_start,
to_char(d_end,'YYMMDD') as fmt_end,
to_char(d_generated,'YYMMDDHH24MI') as fmt_order_generated,
1 as type
from rapport_advanced.declaration
where to_keep='Y'
order by d_generated desc,d_title")
global $cn

Definition at line 32 of file historique.inc.php.

Referenced by Rapav_Declaration_Param\insert().