indentation
This commit is contained in:
parent
12745b9309
commit
6c42cf73c7
@ -8,7 +8,6 @@
|
||||
*/
|
||||
|
||||
class Pools extends SimpleExtension {
|
||||
|
||||
public function onInitExt($event) {
|
||||
global $config, $database;
|
||||
|
||||
@ -578,14 +577,14 @@ class Pools extends SimpleExtension {
|
||||
$images[] = array($image);
|
||||
$result->MoveNext();
|
||||
}
|
||||
// Original code
|
||||
//
|
||||
// $images = array();
|
||||
// while(!$result->EOF) {
|
||||
// $image = Image::by_id($result->fields["image_id"]);
|
||||
// $images[] = array($image);
|
||||
// $result->MoveNext();
|
||||
// }
|
||||
// Original code
|
||||
//
|
||||
// $images = array();
|
||||
// while(!$result->EOF) {
|
||||
// $image = Image::by_id($result->fields["image_id"]);
|
||||
// $images[] = array($image);
|
||||
// $result->MoveNext();
|
||||
// }
|
||||
return $images;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user