Changeset 4642
- Timestamp:
- 08/02/07 13:17:42 (1 year ago)
- Files:
-
- modules/branches/2.3/core/functions.inc.php (modified) (2 diffs)
- modules/branches/2.3/core/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/core/functions.inc.php
r4629 r4642 1253 1253 global $astman; 1254 1254 1255 $thisexten = isset($thisexten) ? $thisexten : ''; 1256 1255 1257 //ensure this id is not already in use 1256 1258 $extens = core_users_list(); … … 2682 2684 function core_users_configpageload() { 2683 2685 global $currentcomponent; 2686 global $amp_conf; 2684 2687 2685 2688 // Ensure variables possibly extracted later exist modules/branches/2.3/core/module.xml
r4630 r4642 4 4 <category>Basic</category> 5 5 <name>Core</name> 6 <version>2.3.0beta2.3 </version>6 <version>2.3.0beta2.3.1</version> 7 7 <candisable>no</candisable> 8 8 <canuninstall>no</canuninstall> 9 9 <changelog> 10 *2.3.0beta2.3.1* #2199 fix ENABLECW behavior on new extensions 10 11 *2.3.0beta2.3* added xml attribute needsenginedb, #2185 make MoH settings inheritable and add inherittable MOHCLASS to dids/directdids with MoH 11 12 *2.3.0beta2.2* #1907 don't send ringing, #2055 language in *99 recording, #2168 dialparties to set sip header from SIPADDHEADER channel var
