Changeset 50023 in spip-zone
- Timestamp:
- Jul 27, 2011, 5:13:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/organiseur/base/organiseur.php
r50014 r50023 59 59 'titre' => "titre, '' AS lang", 60 60 'date' => 'date_heure', 61 61 'statut' => array( 62 array( 63 'champ' => 'statut', 64 'publie' => 'publie', 65 'previsu' => '!', 66 'exception' => array('statut','tout') 67 ), 68 ), 62 69 ); 63 70
Note: See TracChangeset
for help on using the changeset viewer.