Quote:
Originally Posted by ownedbycats
Ah, does a '&' work the same as a strcat in this instance? That's what I was trying but having trouble inserting it into the line.
|
Yes. It works like strcat(). I think in all instances, but to be sure I would need to check precedence of functions vs operators.
Here it is with strcat().
Code:
if strcat('readinggoal:', format_date(today(), 'yyyy')) in $#admintags then 'Backlog' else 'Unread' fi