Changeset 30253 in spip-zone for _plugins_/bouquinerie/action/importer_catalogue.php
- Timestamp:
- Jul 27, 2009, 3:26:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/bouquinerie/action/importer_catalogue.php
r21970 r30253 57 57 58 58 // verification si extention OK 59 $tableau = split('[.]', $fichier);59 $tableau = explode('.', $fichier); 60 60 $type_ext = $tableau[1]; 61 61
Note: See TracChangeset
for help on using the changeset viewer.