more progress on photos api

This commit is contained in:
friendica
2013-02-02 01:58:11 -08:00
parent 344b8593a8
commit 7645b440e8
5 changed files with 57 additions and 243 deletions

View File

@@ -707,8 +707,8 @@ function network_content(&$a, $update = 0, $load = false) {
if(! $update)
$o .= alt_pager($a,count($items));
// logger('parent dba_timer: ' . sprintf('%01.4f',$first - $start));
// logger('child dba_timer: ' . sprintf('%01.4f',$second - $first));
logger('parent dba_timer: ' . sprintf('%01.4f',$first - $start));
logger('child dba_timer: ' . sprintf('%01.4f',$second - $first));
return $o;