r330 - trunk/www.openmoko.com/htdocs

sean at daksha.openmoko.org sean at daksha.openmoko.org
Thu Aug 14 06:56:51 CEST 2008


Author: sean
Date: 2008-08-14 04:56:50 +0000 (Thu, 14 Aug 2008)
New Revision: 330

Modified:
   trunk/www.openmoko.com/htdocs/functions.php
Log:
fixed minor issues with flickr's search fields

Modified: trunk/www.openmoko.com/htdocs/functions.php
===================================================================
--- trunk/www.openmoko.com/htdocs/functions.php	2008-08-14 00:11:21 UTC (rev 329)
+++ trunk/www.openmoko.com/htdocs/functions.php	2008-08-14 04:56:50 UTC (rev 330)
@@ -13,9 +13,11 @@
 	
     	$params = array('api_key'      => '64f4c3b799d290afad40008551c4a550',
                         'method'       => 'flickr.photos.search',
-                        'text'         => 'openmoko freerunner',
-                        'content_type' => '1',
+                        'text'         => 'openmoko, freerunner',
                         'format'       => 'php_serial',
+						'per_page'     => $max_num,
+						'page'         => '1',
+						'sort'         => 'relevance',
                        );
 
 		$encoded_params = array();





More information about the webdesign-commitlog mailing list