[Web-cyradm] typo in search.php in current svn snapshot

Matt Baker m at wheres.co.uk
Tue Oct 3 00:49:50 CEST 2006


Hi again,

noticed this typo in current svn when checking that last problem...

--- web-cyradm-trunk/search.php 2006-10-02 04:05:09.000000000 +0100
+++ web-cyradm-trunk-new/search.php     2006-10-02 23:46:37.848540856 +0100
@@ -76,7 +76,7 @@
                         print "<td>"._("accounts")."</td>\n";
                 }
                 if ($row['transport'] == 'cyrus') {
-                       print '<td><a 
href=\"index.php?action=aliases&domain='.$domain.'">'._("Aliases")."</a></td>\n";
+                       print '<td><a 
href="index.php?action=aliases&domain='.$domain.'">'._("Aliases")."</a></td>\n";
                 } else {
                         print "<td>"._("Aliases")."</td>\n";
                 }

no need to escape " in single quotes?

Cheers,

Matt


More information about the Web-cyradm mailing list