Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2007
    Location
    Herts. UK
    Posts
    890
    Plugin Contributions
    4

    Default [Done v2.0.0] OFFICE_IP_TO_HOST_ADDRESS defined twice in email_extras.php

    A very minor bug but in /includes/languages/english/email_extras.php, OFFICE_IP_TO_HOST_ADDRESS is defined twice. Once with..
    PHP Code:
    if (!defined('OFFICE_IP_TO_HOST_ADDRESS')) define('OFFICE_IP_TO_HOST_ADDRESS''OFF'); 
    ...and later with...
    PHP Code:
    // for when gethost is off
      
    define('OFFICE_IP_TO_HOST_ADDRESS''Disabled'); 
    This is in ZC 1.3.9a (and ZC 1.3.8).

    Regards,
    Christian.

  2. #2
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,826
    Plugin Contributions
    31

    Default Re: [Done v2.0.0] OFFICE_IP_TO_HOST_ADDRESS defined twice in email_extras.php

    Do I just delete one, or is there more to it...

  3. #3
    Join Date
    Apr 2007
    Location
    Herts. UK
    Posts
    890
    Plugin Contributions
    4

    Default Re: [Done v2.0.0] OFFICE_IP_TO_HOST_ADDRESS defined twice in email_extras.php

    Quote Originally Posted by torvista View Post
    Do I just delete one, or is there more to it...
    You don't need to do anything with it. Everything works fine just at it is. It is a very minor issue to do with tidying up the code. It does not affect the site's operation in anyway.

    Regards,
    Christian.

 

 

Similar Threads

  1. Replies: 0
    Last Post: 10 May 2013, 04:11 PM
  2. Replies: 1
    Last Post: 23 Feb 2011, 03:57 PM
  3. Trouble with email_extras.php
    By kehrli in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 6 Sep 2007, 05:51 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg