phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] weather/inc links.inc.php,1.4


From: powerstat
Subject: [Phpgroupware-cvs] weather/inc links.inc.php,1.4
Date: Wed, 4 May 2005 16:01:00 +0200

Update of weather/inc

Modified Files:
     Branch: MAIN
            links.inc.php lines: +3 -3

Log Message:
Fixes deprecated (since 2003) call by reference functions calls. All function 
declarations were already correct.

====================================================
Index: weather/inc/links.inc.php
diff -u weather/inc/links.inc.php:1.3 weather/inc/links.inc.php:1.4
--- weather/inc/links.inc.php:1.3       Wed May  4 13:57:59 2005
+++ weather/inc/links.inc.php   Wed May  4 14:01:25 2005
@@ -142,7 +142,7 @@
                                                }
                                                weather_resolve_filename($city, 
$state, $statecode,
                                                $country, $countrycode,
-                                               $gstation, &$filename);
+                                               $gstation, $filename);
                                                break;
                                        case WEATHER_SNARFED:
                                                $filename = $links_imgl_url;
@@ -152,7 +152,7 @@
                                                }
                                                weather_resolve_filename($city, 
$state, $statecode,
                                                        $country, $countrycode,
-                                                       $gstation, &$filename);
+                                                       $gstation, $filename);
                                                weather_snarf_image($filename);
                                                break;
                                        case WEATHER_GENERATED:






reply via email to

[Prev in Thread] Current Thread [Next in Thread]