Changeset 182 for ez_publish/myutils/trunk/cronjobs/planet.php
- Timestamp:
- 06/18/08 20:21:02 (7 months ago)
- Files:
-
- 1 modified
-
ez_publish/myutils/trunk/cronjobs/planet.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ez_publish/myutils/trunk/cronjobs/planet.php
r181 r182 559 559 { 560 560 myUtilsFunctions::cleanTidy( $attributeValue ); 561 562 /* Liens relatifs dans un flux RSS ! */ 563 $attributeValue = preg_replace( '#<img src="/(.+?)" alt="(.?)" />#is', '', $attributeValue ); 561 myUtilsFunctions::cleanRSSDescription( $attributeValue ); 564 562 565 563 /* Et hop ! Dans eZ */
