Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1369 → Rev 1368

/asterisk-stats/trunk/config.php-dist
36,7 → 36,7
// any local specific query
function BaseQuery()
{
return " (dstchannel is null or dstchannel != '')";
return " dstchannel != ''";
}
 
?>