Update of /cvsroot/fink/web/pdb
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv16098/pdb

Modified Files:
        package.php 
Log Message:
Small fix


Index: package.php
===================================================================
RCS file: /cvsroot/fink/web/pdb/package.php,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- package.php 13 Sep 2010 21:54:03 -0000      1.77
+++ package.php 16 Sep 2010 17:16:50 -0000      1.78
@@ -289,7 +289,8 @@
        }
 
        // If there was an email specified, make the maintainer field a mailto: 
link
-       if ($email) {
+       if (!isset($maintainer)) $maintainer = "unknown";
+       if (isset($email)) {
                $email = str_replace(array("@","."), array("AT","DOT"), $email);
                it_item("Maintainer:", '<a 
href="'.$pdbroot.'browse.php?maintainer='.$maintainer.'">'.$maintainer.' 
&lt;'.$email.'&gt;'.'</a>');
 #    it_item("Maintainer:", '<a href="mailto:'.$email.'">'.$maintainer.'</a>');


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to