diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-12-30 21:54:46 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-12-30 21:54:46 +0000 |
commit | 29a32a3d9422416423f612acb90bceeac4b52608 (patch) | |
tree | 7b98651a43e3ce656410de50135f49b56c79b760 /picture.php | |
parent | e2982cdb2c97c436515862cbc2917dce32d9be7d (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | picture.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/picture.php b/picture.php index 81e781ff0..69c8e9b8e 100644 --- a/picture.php +++ b/picture.php @@ -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'])) { |