Changeset 6535
- Timestamp:
- 09/01/08 15:48:46 (3 months ago)
- Files:
-
- modules/branches/2.5/ivr/install.php (modified) (2 diffs)
- modules/branches/2.5/ivr/page.ivr.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/ivr/install.php
r6449 r6535 1 1 <?php 2 3 require_once dirname(__FILE__)."/functions.inc.php"; 2 4 3 5 if (! function_exists("out")) { … … 288 290 } 289 291 292 // This used to be called from page.ivr.php every time, it should not be needed, it should 293 // be called once and be done with. 294 // 295 ivr_init(); 296 290 297 ?> modules/branches/2.5/ivr/page.ivr.php
r6449 r6535 24 24 $tabindex = 0; 25 25 26 if (empty($dircontext)) 27 $dircontext = 'default'; 28 // So. Lets check to make sure everything's happy 29 ivr_init(); 26 if (empty($dircontext)) { 27 $dircontext = 'default'; 28 } 30 29 31 30 switch ($action) {
