Er, right. Best to have "return true;" somewhere in the function, isn't it?

This commit is contained in:
Aryeh Gregor 2007-07-16 20:05:32 +00:00
parent 8959942024
commit a4e96dbddb

View file

@ -134,6 +134,7 @@ class SiteStats {
return false;
}
}
return true;
}
}