Skip to content

Commit

Permalink
pffoey...
Browse files Browse the repository at this point in the history
some more lineup issues.
  • Loading branch information
At-Libitum committed Dec 17, 2013
1 parent 4dce0c1 commit 9c7329d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,9 @@ public function getDatas ()

while ($post = $result->fetchObject ())
{
array_push ($this->datas, new Data ($post, $this));
}
array_push ($this->datas, new Data ($post, $this));
}
}
return $this->datas;
}

Expand Down Expand Up @@ -618,7 +618,7 @@ public static function getBooksByQuery($query, $n, $database = NULL, $numberPerP
}
else {
if (array_key_exists ($key, $query)) {
$critArray [$i] = $query [$key];
$critArray [$i] = $query [$key];
} else {
$critArray [$i] = $query ["all"];
}
Expand Down

0 comments on commit 9c7329d

Please sign in to comment.