Moved modify_field() from updaters.inc to DatabaseUpdater.php so that it can be used...
[lhc/web/wiklou.git] / profileinfo.php
index 0b3609a..2329f6a 100644 (file)
@@ -83,7 +83,7 @@ class profile_point {
        var $time;
        var $children;
 
-       function profile_point( $name, $count, $time, $memory ) {
+       function __construct( $name, $count, $time, $memory ) {
                $this->name = $name;
                $this->count = $count;
                $this->time = $time;