From 5c0081eb2425bd1cc89d82169d1aec8df7f7cfcf Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 1 Jan 2008 18:12:37 +0000 Subject: [PATCH] select the synthese --- html/budget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/budget.php b/html/budget.php index 1487ab323..7dcc2c7f6 100644 --- a/html/budget.php +++ b/html/budget.php @@ -125,7 +125,7 @@ if ( $p_action == "detail" ) //----------------------------------------------------- // p_action == synthese //----------------------------------------------------- -if ( $p_action == "xxx" ) +if ( $p_action == "synthese" ) { require_once("bud_synthese.inc.php"); }