Changeset 6485
- Timestamp:
- 08/27/08 08:18:31 (3 months ago)
- Files:
-
- modules/branches/2.5/languages/functions.inc.php (modified) (1 diff)
- modules/branches/2.5/queueprio/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/languages/functions.inc.php
r6347 r6485 2 2 3 3 function languages_destinations() { 4 global $module_page; 5 6 // it makes no sense to point at another queueprio (and it can be an infinite loop) 7 if ($module_page == 'languages') { 8 return false; 9 } 10 4 11 // return an associative array with destination and description 5 12 foreach (languages_list() as $row) { modules/branches/2.5/queueprio/functions.inc.php
r5874 r6485 2 2 3 3 function queueprio_destinations() { 4 global $module_page; 5 6 // it makes no sense to point at another queueprio (and it can be an infinite loop) 7 if ($module_page == 'queueprio') { 8 return false; 9 } 10 4 11 // return an associative array with destination and description 5 12 foreach (queueprio_list() as $row) {
