bagder: curl-www/dl list_entry.cgi,1.6,1.7

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/dl
In directory labb.contactor.se:/var/tmp/cvs-serv8871

Modified Files:
	list_entry.cgi 
Log Message:
email fix


Index: list_entry.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/dl/list_entry.cgi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- list_entry.cgi	10 Oct 2004 09:03:58 -0000	1.6
+++ list_entry.cgi	17 Oct 2004 07:37:38 -0000	1.7
@@ -98,7 +98,7 @@
 
     printf("<td>%s %s</a></td>",
            ($$per{'name'} && $$per{'name'} ne "-")?show($$per{'name'}):"[no name]",
-           $$per{'email'}?"[address]":"[no address]");
+           ($$per{'email'} && $$per{'email'} ne "-")?"[address]":"[no address]");
     printf("<td>%s</td>", show($$per{'size'}));
     printf("<td>%s</td>",
            $$per{'img'}?"<img src=\"/pix/".$$per{'img'}."\">":"[none]");

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.