]> git.mjollnir.org Git - moodle.git/commitdiff
Fix notice. Merged from MOODLE_16_STABLE.
authortjhunt <tjhunt>
Tue, 6 Jun 2006 10:10:43 +0000 (10:10 +0000)
committertjhunt <tjhunt>
Tue, 6 Jun 2006 10:10:43 +0000 (10:10 +0000)
backup/backuplib.php

index c01c6cd68f216c9b1005274f07a6170c5e16164a..99f6fec7a8dce4f54c38c25bc25dc556c37ad9ad 100644 (file)
                 fwrite ($bf,full_tag("LASTACCESS",4,false,$user_data->lastaccess));
                 fwrite ($bf,full_tag("LASTLOGIN",4,false,$user_data->lastlogin));
                 fwrite ($bf,full_tag("CURRENTLOGIN",4,false,$user_data->currentlogin));
-                fwrite ($bf,full_tag("LASTIP",4,false,$user_data->lastIP));
+                fwrite ($bf,full_tag("LASTIP",4,false,$user_data->lastip));
                 fwrite ($bf,full_tag("SECRET",4,false,$user_data->secret));
                 fwrite ($bf,full_tag("PICTURE",4,false,$user_data->picture));
                 fwrite ($bf,full_tag("URL",4,false,$user_data->url));