Variable IMG is undefined
Posted Friday, March 21, 2008 at {ts '2013-06-19 19:10:00'}

I am getting an error:


Quote:


Variable IMG is undefined.


The error occurred in xxx\customTags\image\image.cfc: line 673
Called from xxx\customTags\image\image.cfc: line 627
Called from xxx\customTags\image\image.cfc: line 125
Called from xxx\_image.cfm: line 18
Called from xxx\_file_proc.cfm: line 15
Called from xxx\_task.cfm: line 45
Called from xxx\cleanup.cfm: line 4

671 :             </cfcatch>
672 :          </cftry>
673 :          <cfset retVal.img = img>
674 :          <cfset retVal.inFile = inFile>
675 :          <cfreturn retVal>



Any help would be appreciated.

TIA,
Karen