Projet

Général

Profil

Anomalie #4388 » gepi-init_csv_eleves2.patch

Vincent Regnard, 26/09/2012 14:44

Voir les différences:

init_csv/eleves_classes.php 2012-09-26 10:13:55.000000000 +0200
316 316
				echo "<tr><th>ID interne de l'élève</th><th>Classe</th></tr>\n";
317 317

  
318 318
				$alt=1;
319
				for ($i=0;$i<$k-1;$i++) {
319
				for ($i=0;$i<$k;$i++) {
320 320
					$alt=$alt*(-1);
321 321
                    echo "<tr class='lig$alt'>\n";
322 322
					echo "<td>\n";
init_csv/eleves_options.php 2012-09-26 10:14:11.000000000 +0200
279 279
				echo "<tr><th>ID interne de l'élève</th><th>Matières</th></tr>\n";
280 280

  
281 281
				$alt=1;
282
				for ($i=0;$i<$k-1;$i++) {
282
				for ($i=0;$i<$k;$i++) {
283 283
					$alt=$alt*(-1);
284 284
                    echo "<tr class='lig$alt'>\n";
285 285
					echo "<td>\n";
    (1-1/1)