Revision: 36
http://svn.sourceforge.net/easybox-mod/?rev=36&view=rev
Author: bedelaitre
Date: 2006-10-22 11:39:31 -0700 (Sun, 22 Oct 2006)
Log Message:
-----------
Correction de la r?\195?\169cup?\195?\169ration des montants eu nombre de gagants du loto dans le fichier loto.php
Modified Paths:
--------------
trunk/module/loto/loto.php
Modified: trunk/module/loto/loto.php
===================================================================
--- trunk/module/loto/loto.php 2006-10-22 11:43:24 UTC (rev 35)
+++ trunk/module/loto/loto.php 2006-10-22 18:39:31 UTC (rev 36)
@@ -76,7 +76,9 @@
}
preg_match("/$ereg/s", $contenu_numero, $selection);
-$ereg = 'Rapport par grille gagnante pour 0,3 €<\/td><\/tr>(.{1,2000})<\/table><div class="spacer" style="height:18px"><img';
+//BDE BUG 1582238
+// $ereg = 'Rapport par grille gagnante pour 0,3 €<\/td><\/tr>(.{1,2000})<\/table><div class="spacer" style="height:18px"><img';
+$ereg = 'Nombre de grilles gagnantes<\/td><td width="108" class="txtblanc10" height="32">Gains<\/td><\/tr>(.{1,2000})<\/table><div class="spacer" style="height:18px"><img';
preg_match("/$ereg/s", $selection[1], $valeur2);
$txt = trim($valeur2[1]).'</table>';
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|