move echo to the right place, inspired by Thierry Godefroy
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 5 May 2008 19:34:23 +0000 (19:34 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 5 May 2008 19:34:23 +0000 (19:34 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13085 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/options_advidentity_list.tpl

index 052e4931e8478432caf3e24517c306e0b4fa09a1..77d6957429274d8ab900ac2f67f970b329480633 100644 (file)
@@ -101,7 +101,7 @@ extract($t);
       <input type="submit" name="smaction[move][<?php echo $index; ?>]" value="<?php echo _("Move Up"); ?>" />
             <?php
         }
-        /* FIXME: No hooks in templates! */ echo $temp = array(&$identity['New'], &$index); concat_hook_function('options_identities_buttons', $temp);
+        /* FIXME: No hooks in templates! */ $temp = array(&$identity['New'], &$index); echo concat_hook_function('options_identities_buttons', $temp);
       ?>
      </td>
     </tr>