postgres is true too

This commit is contained in:
Shish 2010-02-17 15:07:05 +00:00
parent 9c26f9efb4
commit 161a2d1757

View File

@ -374,7 +374,7 @@ class Image {
public function is_locked() {
return ($this->locked === true || $this->locked == "Y");
return ($this->locked === true || $this->locked == "Y" || $this->locked == "t");
}
public function set_locked($tf) {
global $database;