Bugfixes around cpcheck command

This commit is contained in:
Brandon Cornejo 2015-08-02 10:26:35 -05:00
parent 25c2a5b094
commit b3b609eb0a

View File

@ -40,19 +40,19 @@
{
#list {cpareas} {find} {%3} {exists};
#if {$exists == 0} { #list {cpareas} {sort} {%3}; };
#list {%3} {sort} {%2};
#list {cplist[%3]} {sort} {%2};
};
};
#ACTION {left to finish this campaign.$}
{
#var {cplog} {0};
#foreach {$cpareas[%*]} {name}
#foreach {$cpareas[%*]} {area}
{
#line {log} {$dir/logs/notes.log} {<199>$name:<099>};
#foreach {${$name}[%*]} {target}
#line {log} {$dir/logs/notes.log} {<199>$area:<099>};
#foreach {$cplist[$area][%*]} {target}
{
#line {log} {$dir/logs/notes.log} { * <029>$target<099>};
#line {log} {$dir/logs/notes.log} { * <029>$target<099>};
}
}
};