Changeset 10238 in spip-zone
- Timestamp:
- Mar 8, 2007, 1:17:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_stable_/agenda/1_9_2/inc/voir_agenda.php
r8522 r10238 174 174 } 175 175 } 176 177 function http_calendrier_ics_message($annee, $mois, $jour, $large) 178 { 179 return ""; 180 } 181 182 function http_calendrier_aide_mess() 183 { 184 return ""; 176 if (!function_exists('http_calendrier_ics_message')) { 177 function http_calendrier_ics_message($annee, $mois, $jour, $large) 178 { 179 return ""; 180 } 181 } 182 183 if (!function_exists('http_calendrier_aide_mess')) { 184 function http_calendrier_aide_mess() 185 { 186 return ""; 187 } 185 188 } 186 189
Note: See TracChangeset
for help on using the changeset viewer.