View Single Post
  #6  
Old 03-26-2006, 01:22 AM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by PeptoB
PHP Code:
unset this.active
Not quite.

this.active = !this.active; was used to toggle between true and false (!true == false, !false == true), not just to unset it.
__________________
Skyld
Reply With Quote