Changeset 1885 in ExiteCMS for trunk/includes/class.smtp.php


Ignore:
Timestamp:
10/20/08 00:59:18 (4 years ago)
Author:
hverton
Message:

removed the v7.1 batch upgrade module. Not needed for v7.2
fixed lots of small issues that surfaced while testing installation and upgrades of v7.2
several small layout and consistency fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/class.smtp.php

    r1845 r1885  
    116116 
    117117    #connect to the smtp server 
    118     $this->smtp_conn = fsockopen($host,    # the host of the server 
     118    $this->smtp_conn = @fsockopen($host,    # the host of the server 
    119119                                 $port,    # the port to use 
    120120                                 $errno,   # error number if any 
Note: See TracChangeset for help on using the changeset viewer.