Changeset 10873
- Timestamp:
- 01/09/11 12:49:48 (2 years ago)
- Files:
-
- modules/branches/2.9 (modified) (1 prop)
- modules/branches/2.9/conferences/module.xml (modified) (3 diffs)
- modules/branches/2.9/conferences/page.conferences.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9
- Property svnmerge-integrated changed from /modules/branches/2.8:1-10838 /modules/branches/bootstrap-2.9:1-10853 to /modules/branches/2.8:1-10872 /modules/branches/bootstrap-2.9:1-10853
modules/branches/2.9/conferences/module.xml
r10851 r10873 3 3 <repo>standard</repo> 4 4 <name>Conferences</name> 5 <version>2.8.0. 3</version>5 <version>2.8.0.4</version> 6 6 <publisher>FreePBX</publisher> 7 7 <license>GPLv2+</license> … … 10 10 <description>Allow creation of conference rooms (meet-me) where multiple people can talk together.</description> 11 11 <changelog> 12 *2.8.0.4* #4735 12 13 *2.8.0.3* #4697 13 14 *2.8.0.2* #4660 … … 47 48 <conferences>Conferences</conferences> 48 49 </menuitems> 49 <location>release/2.8/conferences-2.8.0. 3.tgz</location>50 <md5sum> 622cb17d51ba4be65b2132fc10b3f4a9</md5sum>50 <location>release/2.8/conferences-2.8.0.4.tgz</location> 51 <md5sum>4eff3a0e6747e1f9cb7e94931032f3d9</md5sum> 51 52 </module> modules/branches/2.9/conferences/page.conferences.php
r10756 r10873 25 25 26 26 //check if the extension is within range for this user 27 if ( isset($account)&& !checkRange($account)){27 if ($account != "" && !checkRange($account)){ 28 28 echo "<script>javascript:alert('"._("Warning! Extension")." $account "._("is not allowed for your account.")."');</script>"; 29 29 } else {
