Changeset 5190
- Timestamp:
- 11/02/07 19:04:25 (6 years ago)
- Files:
-
- modules/branches/2.3 (modified) (1 prop)
- modules/branches/2.3/dictate/functions.inc.php (modified) (3 diffs)
- modules/branches/2.3/dictate/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3
- Property svnmerge-integrated changed from /modules/branches/2.2:1-3588,3615-3635,3637-3638,3640,3674,3680,3686,3692,3702,3706,3710,3716,3758,3760,3762-3765,3767-3785,3787-3789,3801,3810,3828,3831,3839,3860,3866,3875,3877,3887,3899,3911,3913,3943,3982-3983,3990,3998,4007,4022-4023,4089,4092,4098,4265,4285 /modules/branches/2.4:1-5079,5090,5093,5097,5103,5109,5114,5120,5125-5126,5169 to /modules/branches/2.2:1-3588,3615-3635,3637-3638,3640,3674,3680,3686,3692,3702,3706,3710,3716,3758,3760,3762-3765,3767-3785,3787-3789,3801,3810,3828,3831,3839,3860,3866,3875,3877,3887,3899,3911,3913,3943,3982-3983,3990,3998,4007,4022-4023,4089,4092,4098,4265,4285 /modules/branches/2.4:1-5079,5090,5093,5097,5103,5109,5114,5120,5125-5126,5169,5179,5181
modules/branches/2.3/dictate/functions.inc.php
r4041 r5190 22 22 } else { 23 23 $ext->add('from-internal-additional', 'debug', '', new ext_noop($modulename.": No func $fname")); 24 var_dump($item);25 24 } 26 25 } … … 85 84 if ($tech_hardware != null || $pagename == 'users') { 86 85 dictation_applyhooks(); 86 $currentcomponent->addprocessfunc('dictate_configprocess', 5); 87 87 } elseif ($action=="add") { 88 88 // We don't need to display anything on an 'add', but we do need to handle returned data. … … 168 168 if (!$ena) { $ena = "disabled"; } 169 169 // Default format is ogg 170 if (!$format) { $for amt = "ogg"; }170 if (!$format) { $format = "ogg"; } 171 171 172 172 return array('enabled' => $ena, 'format' => $format, 'email' => $email); modules/branches/2.3/dictate/module.xml
r4942 r5190 2 2 <rawname>dictate</rawname> 3 3 <name>Dictation</name> 4 <version>1.1.2. 2</version>4 <version>1.1.2.3</version> 5 5 <type>setup</type> 6 6 <category>Internal Options & Configuration</category> 7 7 <changelog> 8 *1.1.2.3* #2312 fix dictate in devicesandusers mode 8 9 *1.1.2.2* changed categories 9 10 *1.1.2.1* bump for rc1
