Ignore:
Timestamp:
Nov 10, 2007, 8:56:48 PM (16 years ago)
Author:
sebas
Message:

funciona

File:
1 edited

Legend:

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

    r41 r44  
    6464                        $admincli= "/var/alternc/html/i/intranet/intranet.redcta.org.ar/wwws/stable/admin/admin-cli.php";
    6565                        $command= "--edit-user";                        // Command to be performed
    66                         $adminuser = $GLOBALS["L_adminuser_egw"];
    67                         $adminclave = $GLOBALS["L_adminclave_egw"];
     66                       $adminuser = $GLOBALS["L_ADMINUSER_EGW"];
     67                       $adminclave = $GLOBALS["L_ADMINCLAVE_EGW"];
    6868                        // $account - we use the email address which is extracted from the DB
    6969                        // $firstname - we use the left side of the email adress, which will be extracted from the database
     
    8686                        }
    8787                        echo ($go);     
    88                         exit();
     88                        // exit();
    8989                        $cod = exec($go);
    9090                        if ($cod)
Note: See TracChangeset for help on using the changeset viewer.