Skip to content

Commit

Permalink
Remove time limit.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Mail/trunk@107130 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Richard Heyes committed Dec 7, 2002
1 parent 65ade89 commit c2327f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Mail/RFC822.php
Expand Up @@ -191,10 +191,6 @@ function parseAddressList($address = null, $default_domain = null, $nest_groups
return $this->raiseError($this->error);
}

// Reset timer since large amounts of addresses can take a long time to
// get here
@set_time_limit(30);

// Loop through all the addresses
for ($i = 0; $i < count($this->addresses); $i++){

Expand Down

0 comments on commit c2327f8

Please sign in to comment.