Browse Source

small bugfix, thanks Prasong Aroonruviwat

jmunro 23 years ago
parent
commit
c5e5bc8a36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/addrbook_search_html.php

+ 1 - 1
src/addrbook_search_html.php

@@ -94,7 +94,7 @@ function addr_display_result($res, $includesource = true) {
          $line ++;
     }
     echo '<TR><TD ALIGN=center COLSPAN=';
-    if ($includesource) { echo '4'; } else { echo '5'; }
+    if ($includesource) { echo '5'; } else { echo '4'; }
     echo '><INPUT TYPE=submit NAME="addr_search_done" VALUE="' .
          _("Use Addresses") . '"></TD></TR>' .
          '</TABLE>' .