Changeset 1872

Show
Ignore:
Timestamp:
08/23/07 07:39:06 (1 year ago)
Author:
benjamin
Message:

committing proposed patch, Fixes #1056

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/bureau/admin/adm_doadd.php

    r802 r1872  
    6464      # make sure we don't have multiple dots there 
    6565      $dom->lock(); 
    66       $dom->add_domain($login.".".preg_replace("/^\.\.*/", "", variable_get("hosting_tld")),0,1,1); 
     66      $dom->add_domain($login.".".preg_replace("/^\.\.*/", "", variable_get("hosting_tld")),1,1,1); 
    6767      $dom->unlock(); 
    6868    } else {