Changeset 3476
- Timestamp:
- 01/02/07 06:44:29 (6 years ago)
- Files:
-
- modules/branches/2.3 (modified) (1 prop)
- modules/branches/2.3/music/module.xml (modified) (1 diff)
- modules/branches/2.3/music/page.music.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3
- Property svnmerge-integrated changed from /modules/branches/2.2:1-3329,3355-3356,3359-3360,3385-3386,3440,3465,3469 to /modules/branches/2.2:1-3329,3355-3356,3359-3360,3385-3386,3440,3465,3469,3474
modules/branches/2.3/music/module.xml
r3473 r3476 2 2 <rawname>music</rawname> 3 3 <name>Music on Hold</name> 4 <version>1.4 </version>4 <version>1.4.1</version> 5 5 <type>setup</type> 6 6 <category>Internal Options & Configuration</category> 7 7 <description>Uploading and management of sound files (wav, mp3) to be used for on-hold music.</description> 8 8 <changelog> 9 *1.4.1* Add redirect_standard() call to avoid #1616 9 10 *1.4* Fix an issue of a new install not having a working MOH until they visit the page. 10 11 *1.3.2* Add he_IL translation modules/branches/2.3/music/page.music.php
r2862 r3476 42 42 createmusicconf(); 43 43 needreload(); 44 redirect_standard(); 44 45 break; 45 46 case "addedfile": 46 47 createmusicconf(); 47 48 needreload(); 49 redirect_standard(); 48 50 break; 49 51 case "delete": … … 53 55 createmusicconf(); 54 56 needreload(); 57 redirect_standard(); 55 58 break; 56 59 }
