Changeset 2387
- Timestamp:
- 09/08/06 19:35:57 (7 years ago)
- Files:
-
- modules/branches/2.2/queues/functions.inc.php (modified) (1 diff)
- modules/branches/2.2/queues/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/queues/functions.inc.php
r2296 r2387 162 162 array($account,'monitor-join','yes',0), 163 163 array($account,'music',($_REQUEST['music'])?$_REQUEST['music']:'default',0), 164 array($account,'rtone',($_REQUEST['rtone'])?$_REQUEST['rtone']:0 ),0);164 array($account,'rtone',($_REQUEST['rtone'])?$_REQUEST['rtone']:0,0)); 165 165 166 166 modules/branches/2.2/queues/module.xml
r2361 r2387 2 2 <rawname>queues</rawname> 3 3 <name>Queues</name> 4 <version>2.1 </version>4 <version>2.1.1</version> 5 5 <type>setup</type> 6 6 <category>Module</category>
