Changeset 30253 in spip-zone for _plugins_/jeux/jeux/sudoku.php
- Timestamp:
- Jul 27, 2009, 3:26:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/jeux/jeux/sudoku.php
r19808 r30253 108 108 // arggh les raccourcis SPIP... TODO : voir pkoi (1.93) 109 109 $texte = str_replace('—', '--', $texte); 110 $tableau = split("\n", $texte);110 $tableau = preg_split("/\n/", $texte); 111 111 $hauteur = count($tableau); 112 112 foreach ($tableau as $i=>$valeur) {
Note: See TracChangeset
for help on using the changeset viewer.