[Encore] Switching quota-utils report off

Daniel Jung jung at uib.no
Tue Nov 27 05:38:42 MST 2007


David Houghton skreiv:
> Yikes
> 
>  I not sure how to do that.


You may uncomment a line but putting quotes around it. If there already 
are quotes in the line, it's going to be a mess, as they must be 
escaped. In that case, it is easier to "uncomment" the line by putting 
it insode an if-loop which is always false.

if (3 == 4)
   your uncommented line
endif


Good luck
- Daniel



More information about the Encore mailing list