Changeset 59


Ignore:
Timestamp:
Dec 8, 2007, 6:00:43 PM (16 years ago)
Author:
sebas
Message:

reparacion de un conflicto.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/alternc/patches/class/m_mail_egw.php

    r58 r59  
    7575                        $domain[$size-1] == "ar" ) {
    7676
    77                         $admincli= "/var/alternc/html/i/intranet/intranet.redcta.org.ar/wwws/stable/admin/admin-cli.php";
     77                        $admincli= $GLOBALS["L_EGW_ADMINCLI"];
    7878                        $command= "--edit-user";                        // Command to be performed
    79                        $adminuser = $GLOBALS["L_ADMINUSER_EGW"];
    80                        $adminclave = $GLOBALS["L_ADMINCLAVE_EGW"];
     79                        $adminuser = $GLOBALS["L_EGW_ADMINUSER"];
     80                        $adminclave = $GLOBALS["L_EGW_ADMINCLAVE"];
    8181                        // $account - we use the email address which is extracted from the DB
    8282                        // $firstname - we use the left side of the email adress, which will be extracted from the database
     
    121121                        $domain[$size-1] == "ar" ) {
    122122
    123                         $admincli= "/var/alternc/html/i/intranet/intranet.redcta.org.ar/wwws/stable/admin/admin-cli.php";
     123                        $admincli= $GLOBALS["L_EGW_ADMINCLI"];
    124124                        $command= "--delete-user";                        // Command to be performed
    125                         $adminuser = $GLOBALS["L_ADMINUSER_EGW"];
    126                         $adminclave = $GLOBALS["L_ADMINCLAVE_EGW"];
     125                        $adminuser = $GLOBALS["L_EGW_ADMINUSER"];
     126                        $adminclave = $GLOBALS["L_EGW_ADMINCLAVE"];
    127127                        // $account - we use the email address which is extracted from the DB
    128128                        $email = $account = $mail ."@" .$dom;
Note: See TracChangeset for help on using the changeset viewer.