Changeset 3861
- Timestamp:
- 03/12/07 18:11:17 (6 years ago)
- Files:
-
- modules/branches/2.3 (modified) (1 prop)
- modules/branches/2.3/announcement/functions.inc.php (modified) (1 diff)
- modules/branches/2.3/announcement/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 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
modules/branches/2.3/announcement/functions.inc.php
r3802 r3861 22 22 // allow skip 23 23 if ($row[7]) { 24 $ext->add('app-announcement-'.$row[0], 's', '', new ext_responsetimeout( 10));24 $ext->add('app-announcement-'.$row[0], 's', '', new ext_responsetimeout(3)); 25 25 } 26 26 $ext->add('app-announcement-'.$row[0], 's', 'play', new ext_background($row[2].'|nm')); modules/branches/2.3/announcement/module.xml
r3804 r3861 2 2 <rawname>announcement</rawname> 3 3 <name>Announcements</name> 4 <version>0.8. 0</version>4 <version>0.8.1</version> 5 5 <changelog> 6 *0.8.1* changed response timeout from 10 to 3 seconds (when used at all) 6 7 *0.8.0* need to add an i extension, even with m option in bacground, it fails if skip is not enabled 7 8 *0.7.0* more fixes to deal with sqlite and fix mysql5 (includes renaming of repeat to repeat_msg)
