View Single Post
  #2 (permalink)  
Old August 27th, 2002
Unregistered
Guest
 
Posts: n/a
Default Unreachable statement

Either change the return line to this or comment out the rest of the code after the return line in that method.

if (true) return "<html><a href=\"\">"+LABEL_STRING+"</a></html>";;
Reply With Quote