Changeset 507
- Timestamp:
- 07/19/08 15:41:59 (1 month ago)
- Files:
-
- com_asradius/trunk/uninstall.asradius.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
com_asradius/trunk/uninstall.asradius.php
r505 r507 23 23 . " \n dateend='".$lists['enddate']."', " 24 24 . " \n maccli='".$lists['climac']."'" 25 . "\n WHERE id = " . $ lists['cliid'].";"25 . "\n WHERE id = " . $id.";" 26 26 ; 27 27 28 $database->setQuery( $query );28 // $database->setQuery( $query ); 29 29 30 30 //echo "SQL=$query<br />"; halt(0); 31 31 32 /* 33 32 34 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); 34 36 } else { 35 mosRedirect("index2.php?option=$option&task=listasradius", _ASR_ BD_ERROR);37 mosRedirect("index2.php?option=$option&task=listasradius", _ASR_DEINSTALL_ERROR); 36 38 } 37 39 40 */ 38 41 39 42 }
