line 419


    // workaround for large vocabs - extend runtime indefinately
    drupal_set_time_limit(10);

the function is only at Drupal 7, for the users at Drupal 6

    if (!ini_get('safe_mode')) {
      set_time_limit(10);
    }
CommentFileSizeAuthor
#1 taxonomy_xml.patch599 bytespandaski

Comments

pandaski’s picture

StatusFileSize
new599 bytes

A patch to fix the issue

pandaski’s picture

Status: Active » Closed (won't fix)