Changeset 7880
- Timestamp:
- 06/29/09 22:00:46 (3 years ago)
- Files:
-
- modules/branches/2.6 (modified) (1 prop)
- modules/branches/2.6/core/functions.inc.php (modified) (1 diff)
- modules/branches/2.6/core/page.trunks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6
- Property svnmerge-integrated changed from
/modules/branches/2.5:1-7809,7812,7854,7858-7865
to /modules/branches/2.5:1-7809,7812,7854,7858-7865,7878
- Property svnmerge-integrated changed from
modules/branches/2.6/core/functions.inc.php
r7871 r7880 4613 4613 } 4614 4614 4615 /* Delete all occurences of the specified trunk from all routes that may use it 4616 */ 4617 function core_routing_trunk_del($trunknum) { 4618 global $db; 4619 4620 $sql = "DELETE FROM `extensions` WHERE `application` = 'Macro' AND `context` LIKE 'outrt-%' AND `args` LIKE 'dialout-%,$trunknum,%'"; 4621 $result = $db->query($sql); 4622 } 4623 4615 4624 function core_routing_rename($oldname, $newname) { 4616 4625 global $db; modules/branches/2.6/core/page.trunks.php
r7682 r7880 100 100 101 101 core_trunks_del($trunknum); 102 core_routing_trunk_del($trunknum); 102 103 103 104 /* //DIALRULES
