Quote:
Originally Posted by Sum41Freeeeek
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