Thread: Gralats
View Single Post
  #2  
Old 05-07-2007, 01:02 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Quote:
Originally Posted by Sum41Freeeeek View Post
PHP Code:
if (updategani)

function 
updategani() 
isn't that the same thing?

why would you do

PHP Code:
function onCreated()
{
  
this.updategani();
}

if (
updategani)
{
  
this.updategani();

aren't you doing the same thing twice?
That isnt what he is doing.
He is making the function loop itself
Reply With Quote