minor fixes + minor code reformatting

This commit is contained in:
tomash 2006-11-16 00:26:50 +00:00
parent d0f967b90a
commit 1b89448983
5 changed files with 16 additions and 19 deletions

View file

@ -152,7 +152,7 @@ class MetaData {
function exists()
{
if (is_null($this->exists)) {
$this->exists = $this->dbCheck($gunid) &&
$this->exists = $this->dbCheck($this->gunid) &&
is_file($this->fname) &&
is_readable($this->fname);
}