oups... forgot to remove some debug stuff

This commit is contained in:
marijus 2014-10-17 14:32:44 +02:00
parent fd48d4d81d
commit 7e2a11ddde

View File

@ -956,7 +956,7 @@ function photos_content(&$a) {
$edit = array(
'edit' => t('Edit photo'),
'id' => print_r($ph[0]), //['id'],
'id' => $link_item['id'], //$ph[0]['id'],
'rotatecw' => t('Rotate CW (right)'),
'rotateccw' => t('Rotate CCW (left)'),
'albums' => $albums['albums'],