Changeset 2124 for trunk/install.php


Ignore:
Timestamp:
Oct 6, 2007, 8:41:18 AM (17 years ago)
Author:
rub
Message:

Resolved 0000759: email unique for each user

Fix bug of last commit 2115

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r2102 r2124  
    269269  else
    270270  {
    271     $error_mail_address = validate_mail_address($admin_mail);
     271    $error_mail_address = validate_mail_address(null, $admin_mail);
    272272    if (!empty($error_mail_address))
    273273      array_push( $errors, $error_mail_address );
Note: See TracChangeset for help on using the changeset viewer.