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

Modified Files:
        get_distributions.php 
Log Message:
Push thinks from phinch into cvs


Index: get_distributions.php
===================================================================
RCS file: /cvsroot/fink/pdb/get_distributions.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- get_distributions.php       3 Dec 2007 19:11:11 -0000       1.1
+++ get_distributions.php       5 Sep 2010 08:53:43 -0000       1.2
@@ -5,7 +5,7 @@
 
 $print_releases = 0;
 
-if ($argv[1] == "-r") {
+if (isset($argv[1]) && ($argv[1] == "-r")) {
        $print_releases = 1;
 }
 


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to