Page Chapter 11. Manipulating User Input: The Filter System, Page 190
Thu, 08/02/2007 - 11:34am — soxofaan
Location on the page:
code listing of creativejuice.info
Error:
version = $Name$
Correction:
version = "$Name$"
Description of the Error:
forgotten quotes
[And note that using version at all is now discouraged. -JV]
