From a926bc1481379aaa1c12ca78ef5b4e9b6374ef44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Nana?= <sebastien.nana@maarch.org> Date: Wed, 18 Nov 2009 20:06:57 +0000 Subject: [PATCH] Message vide --- core/trunk/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/trunk/index.php b/core/trunk/index.php index 4686d21bc36..72dce25c65a 100644 --- a/core/trunk/index.php +++ b/core/trunk/index.php @@ -1,4 +1,4 @@ -<?php +<?php /** * File : index.php * @@ -58,7 +58,7 @@ else <p> <select name="app" id="app"> <option value="">--</option> - <?php + <?php for($i=0;$i<=count($_SESSION['businessapps'])-1;$i++) { echo "<option value='".$_SESSION['businessapps'][$i]['appid']."'>".$_SESSION['businessapps'][$i]['comment']."</option>"; @@ -73,6 +73,6 @@ else </div> </body> </html> -<?php +<?php } -?> \ No newline at end of file +?> -- GitLab