mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
deletion: of unused code in picture.php
merge -r993:994 from branches/branch-1_5 into trunk (bug 254 fixed). git-svn-id: http://piwigo.org/svn/trunk@995 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -544,12 +544,6 @@ if (!$picture['current']['is_picture'])
|
||||
'download',
|
||||
array('U_DOWNLOAD' => $picture['current']['download']));
|
||||
}
|
||||
else
|
||||
{
|
||||
$template->assign_block_vars(
|
||||
'ecard',
|
||||
array('U_ECARD' => $picture['current']['url']));
|
||||
}
|
||||
// display a high quality link if present
|
||||
if (isset($picture['current']['high']))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user