OSDN Git Service

Cleanup/Simplify/Todo
authorhenoheno <henoheno>
Sat, 8 Sep 2007 16:37:16 +0000 (01:37 +0900)
committerhenoheno <henoheno>
Sat, 8 Sep 2007 16:37:16 +0000 (01:37 +0900)
commitefaafbf6a6b0ea9c4aa3abd69e121de9636d3d32
treeb185f994ba01b72115a94b80f66939432a830c19
parent58602f80d335066bea0f1ada03dc429f6d196b99
Cleanup/Simplify/Todo
* Tracker_field, Tracker_list: Added dispose() to clear some static variables. -- When you create-and-destroy some instances of a class serially without dispose, they will use the same static variable causing side-effects. Note you should not use static variables if you can. When you create multiple instances of a class simultaneously, they will use the same static variables causing terrible side-effects.
* Remove unused arguments
* Less grobal variables
plugin/tracker.inc.php