Changeset 507

Show
Ignore:
Timestamp:
07/19/08 15:41:59 (1 month ago)
Author:
thierry
Message:

Sauvegarde fichier de config : En cours de codage

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • com_asradius/trunk/uninstall.asradius.php

    r505 r507  
    2323                . " \n dateend='".$lists['enddate']."', " 
    2424                . " \n maccli='".$lists['climac']."'" 
    25                 . "\n WHERE id = " . $lists['cliid'].";" 
     25                . "\n WHERE id = " . $id.";" 
    2626                ; 
    2727 
    28               $database->setQuery( $query ); 
     28//            $database->setQuery( $query ); 
    2929 
    3030    //echo "SQL=$query<br />"; halt(0); 
    3131 
     32/* 
     33 
    3234                if ($database->query()) { 
    33                   mosRedirect("index2.php?option=$option&task=listasradius", _ASR_CLIENT_UPDATED); 
     35                  mosRedirect("index2.php?option=$option&task=listasradius", __ASR_DEINSTALL_SUCCESSFULL); 
    3436        } else { 
    35                   mosRedirect("index2.php?option=$option&task=listasradius", _ASR_BD_ERROR); 
     37                  mosRedirect("index2.php?option=$option&task=listasradius", _ASR_DEINSTALL_ERROR); 
    3638    } 
    3739 
     40*/ 
    3841    
    3942}