Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1368 → Rev 1369

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