Changeset 30253 in spip-zone for _plugins_/openPublishing/balise/formulaire_article.php
- Timestamp:
- Jul 27, 2009, 3:26:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/openPublishing/balise/formulaire_article.php
r22257 r30253 336 336 337 337 // construction de la date complete 338 $tableau = split('[:]', $variables['champs_aux']['heure']);338 $tableau = explode(':', $variables['champs_aux']['heure']); 339 339 $heure = $tableau[0]; 340 340 $minute = $tableau[1]; … … 762 762 763 763 // verification si extention OK 764 $tableau = split('[.]', $fichier);764 $tableau = explode('.', $fichier); 765 765 $type_ext = $tableau[1]; 766 766
Note: See TracChangeset
for help on using the changeset viewer.