'delete' => false,
'move' => true),
'image' =>
- array('jpegquality' => 85),
+ array('jpegquality' => 95),
'avatar' =>
array('server' => null,
'dir' => INSTALLDIR . '/avatar/',
function getNotices($offset, $limit, $sinceId, $maxId)
{
+ //common_debug('offset=' . $offset . ',limit=' . $limit . ',sinceId=' . $sinceId . ',maxId=' . $maxId . ' - CALLED!');
$all = array();
do {
$ids = $this->getNoticeIds($offset, $limit, $sinceId, $maxId);
+ //common_debug('ids()=' . count($ids));
$notices = Notice::pivotGet('id', $ids);
$limit -= count($notices);
}
+ //common_debug('all()=' . count($all));
} while (count($notices) < count($ids) && count($ids) > 0);
+ //common_debug('all()=' . count($all) . ' - EXIT!');
return new ArrayWrapper($all);
}
}
fi
SDIR=`dirname $0`
-DIR=`php $SDIR/getpiddir.php $SITE`
+DIR=`$SDIR/getpiddir.php $SITE`
-DAEMONS=`php $SDIR/getvaliddaemons.php`
+DAEMONS=`$SDIR/getvaliddaemons.php`
for f in $DAEMONS; do
f=$(basename $f .php)