printing.php, Zeile 86

Please report bugs here!

Moderator: Thorsten

Post Reply
honsi
Posts: 1
Joined: Sat Aug 02, 2003 4:07 pm
Contact:

printing.php, Zeile 86

Post by honsi »

Code: Select all

    <td><div style="font-size: 11px;" class="printing"><?php print $msgLastUpdateArticle.makeDate($row->datum); ?><br />URL: <a href="htt://<?php print $_SERVER["HTTP_HOST"].str_replace("printing.php", "index.php?aktion=artikel&rubrik=".$row->rubrik."&id=".$id."&lang=".$lang, $_SERVER["PHP_SELF"]); ?>" target="_blank"><?php print $_SERVER["HTTP_HOST"].str_replace("printing.php", "index.php?aktion=artikel&rubrik=".$row->rubrik."&id=".$id."&lang=".$lang, $_SERVER["PHP_SELF"]); ?></a></div><div style="font-size: 10px;" class="printing">&copy; <?php print date("Y")." ".$metaPublisher; ?> | <a href="mailto:<?php print safeEmail($adminmail); ?>"><?php print safeEmail($adminmail); ?></a></div></td>
Gleich am Anfang: "htt://" -----> "http://"

Klein aber fein,

Gruß,
Honsi
Thorsten
Posts: 15568
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hallo,

vielen Dank für den Hinweis, ist in der heute erscheinenden phpMyFAQ 1.3.4 gefixt.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply