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
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pandaski’s picture

FileSize
599 bytes

A patch to fix the issue

pandaski’s picture

Status: Active » Closed (won't fix)