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
_______________________________________________
This mailing list is hosted and supported
by bit-heads GmbH | http://www.bit-heads.ch

_______________________________________________
Web-cyradm mailing list
[email protected]
http://www.web-cyradm.org/mailman/listinfo/web-cyradm

Reply via email to