Changeset 30253 in spip-zone for _plugins_/photos
- Timestamp:
- Jul 27, 2009, 3:26:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/photos/balise/formulaire_photos.php
r28358 r30253 43 43 44 44 { 45 $tab= split("[.]",$nom_file);45 $tab= explode(".",$nom_file); 46 46 $nom_file_thumb= $tab[0]; 47 47 $dateheure=date('Y-m-d H:i:s');
Note: See TracChangeset
for help on using the changeset viewer.