Forum OpenACS Q&A: Response to Top 20 DOs and DONTs while developing OpenACS

Collapse
Posted by Lars Pind on
Great start, thanks, Jun.

One comment: Do not use "==" in comparing strings:

use [string equal ..] instead of [string match ...]

/Lars