Changeset 3697
- Timestamp:
- 02/04/07 14:19:30 (2 years ago)
- Files:
-
- freepbx/branches/2.2 (modified) (1 prop)
- freepbx/branches/2.2/amp_conf/bin/retrieve_queues_conf_from_mysql.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.2
- Property svnmerge-integrated changed from /freepbx/trunk:1-3224,3231,3245-3246,3291-3295,3297,3299-3332,3336,3338-3365,3367-3373,3375-3388,3390-3391,3393-3395,3419,3437,3567,3614-3622,3624,3688 to /freepbx/trunk:1-3224,3231,3245-3246,3291-3295,3297,3299-3332,3336,3338-3365,3367-3373,3375-3388,3390-3391,3393-3395,3419,3437,3567,3614-3622,3624,3688,3696
freepbx/branches/2.2/amp_conf/bin/retrieve_queues_conf_from_mysql.pl
r3195 r3697 100 100 my $id = @{ $row }[1]; 101 101 print EXTEN "[$account]\n"; 102 $statement = "SELECT keyword,data from $table_name where id=$id and keyword <> 'account' order by flags";102 $statement = "SELECT keyword,data from $table_name where id=$id and keyword <> 'account' and keyword <> 'rtone' order by flags"; 103 103 my $result = $dbh->selectall_arrayref($statement); 104 104 unless ($result) {
