Log in with username/password: lyceum/lyceum

Changeset 1078

Show
Ignore:
Timestamp:
08/18/07 20:49:44 (1 year ago)
Author:
jjb
Message:

probably hacky fix for wordpress importer, which will be fully supported in 1.2

#785

see also #783

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/lyceum/wp-admin/import/wordpress.php

    r967 r1078  
    215215         $cat_index = 0; 
    216216         foreach ($categories as $category) { 
     217            $category = str_replace(array ('<![CDATA[', ']]>'), '', $category); 
    217218            $categories[$cat_index] = $wpdb->escape($this->unhtmlentities($category)); 
    218219            $cat_index++; 
Log in with username/password: lyceum/lyceum