Changeset 611
- Timestamp:
- 02/05/10 20:15:23 (5 weeks ago)
- Files:
-
- 1 modified
-
trunk/plog-admin/plog-admin-functions.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plog-admin/plog-admin-functions.php
r607 r611 1616 1616 } 1617 1617 1618 function plog_picture_manager($ id, $from, $limit) {1618 function plog_picture_manager($album_id, $from, $limit) { 1619 1619 global $config, $empty; 1620 1620 $output = ''; … … 1622 1622 plogger_init_pictures(array( 1623 1623 'type' => 'album', 1624 'value' => $ id,1624 'value' => $album_id, 1625 1625 'from' => $from, 1626 1626 'limit' => $limit, … … 1647 1647 plogger_init_pictures(array( 1648 1648 'type' => 'album', 1649 'value' => $ id,1649 'value' => $album_id, 1650 1650 'from' => $from, 1651 1651 'limit' => $limit, … … 1709 1709 </table>' . "\n"; 1710 1710 } else { 1711 $output .= "\n\n\t\t" . '<p class="actions">'.sprintf(plog_tr('Sadly, there are no pictures yet. Why don\'t you <a title="upload images" href="%s" style="font-weight: bold;">upload some</a>?'), 'plog-upload.php ').'</p>' . "\n";1711 $output .= "\n\n\t\t" . '<p class="actions">'.sprintf(plog_tr('Sadly, there are no pictures yet. Why don\'t you <a title="upload images" href="%s" style="font-weight: bold;">upload some</a>?'), 'plog-upload.php?albums_menu='.$album_id).'</p>' . "\n"; 1712 1712 $empty = true; 1713 1713 }
