Min requirement = PHP4.0.2 now
[squirrelmail.git] / src / options_order.php
index 1d55b975a6d11d84f8d4032848c17463b9487ac6..3be5f87fcd41ebfbd692497fe7f91358ee382fb0 100644 (file)
@@ -91,14 +91,14 @@ displayPageHeader($color, 'None');
         for ($i=1; $i <= count($index_order); $i++) {
             $tmp = $index_order[$i];
             echo '<tr>';
-            echo "<td><small><a href=\"options_order.php?method=up&num=$i\">". _("up") ."</a></small></td>\n";
+            echo "<td><small><a href=\"options_order.php?method=up&amp;num=$i\">". _("up") ."</a></small></td>\n";
             echo '<td><small>&nbsp;|&nbsp;</small></td>' . "\n";
-            echo "<td><small><a href=\"options_order.php?method=down&num=$i\">". _("down") . "</a></small></td>\n";
+            echo "<td><small><a href=\"options_order.php?method=down&amp;num=$i\">". _("down") . "</a></small></td>\n";
             echo '<td><small>&nbsp;|&nbsp;</small></td>' . "\n";
             echo '<td>';
             /* Always show the subject */
             if ($tmp != 4)
-               echo "<small><a href=\"options_order.php?method=remove&num=$i\">" . _("remove") . '</a></small>';
+               echo "<small><a href=\"options_order.php?method=remove&amp;num=$i\">" . _("remove") . '</a></small>';
             echo "</td>\n";
             echo '<td><small>&nbsp;-&nbsp;</small></td>' . "\n";
             echo '<td>' . $available[$tmp] . "</td>\n";
@@ -135,4 +135,4 @@ displayPageHeader($color, 'None');
 
 </td></tr>
 </table>
-</body></html>
\ No newline at end of file
+</body></html>