Changeset 10637 for modules/branches/bootstrap-2.9/fax
- Timestamp:
- 11/30/10 15:18:34 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/bootstrap-2.9/fax/functions.inc.php
r10528 r10637 626 626 fclose($file); 627 627 } 628 629 function fax_change_destination($old_dest, $new_dest) { 630 $sql = 'UPDATE fax_incoming SET destination = "' . $new_dest . '" WHERE destination = "' . $old_dest . '"'; 631 sql($sql, "query"); 632 } 633 628 634 ?>
