No important bugfixes.
129c129 < $width = ($this->width * $height) / $this->width; --- > $width = ($this->width * $height) / $this->height;
33,37d32
< if (($this->user->is_admin == false) && ($weblog["user_id"] != $this->user->id)) {
< $this->output->add_tag("result", "You are not allowed to edit this weblog.");
< return;
< }
<
142a138,139
> } else if (($this->user->is_admin == false) && ($weblog["user_id"] != $this->user->id)) {
> $this->output->add_tag("result", "You are not allowed to edit this weblog.");
150d146
< "user_id" => $this->user->id,
31c31
< if ($password["password"] == md5("")) {
---
> if (($password["password"] == "") || ($password["password"] == md5(""))) {