Show
Ignore:
Timestamp:
09/24/08 20:49:07 (3 months ago)
Author:
llaumgui
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ez_publish/myutils/trunk/cronjobs/planet.php

    r292 r293  
    151151        switch( $root->getAttribute( 'version' ) ) 
    152152        { 
    153             default: 
    154                 break; 
    155153            case '1.0': 
    156154                rssImport1( $root, $rssImport, $cli ); 
     
    161159                break; 
    162160            case '2.0': 
    163                 break; 
    164161                rssImport2( $root, $rssImport, $cli ); 
     162                break; 
     163             default: 
     164                break; 
    165165        } 
    166166    }