CVS: phpweather/output pw_text_es.php,1.2,1.3
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-06-20 11:17:39
|
Update of /cvsroot/phpweather/phpweather/output In directory usw-pr-cvs1:/tmp/cvs-serv1009 Modified Files: pw_text_es.php Log Message: Ups - no default value for the $input variable. Index: pw_text_es.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/output/pw_text_es.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- pw_text_es.php 31 May 2002 14:11:20 -0000 1.2 +++ pw_text_es.php 20 Jun 2002 11:17:35 -0000 1.3 @@ -17,7 +17,7 @@ * * @param array This is just passed on to locale_common() */ - function pw_text_es($weather, $input) { + function pw_text_es($weather, $input = array()) { $this->strings['charset'] = 'ISO-8859-1'; $this->strings['no_data'] = 'Datos no disponibles para %s%s%s.'; $this->strings['list_sentences_and'] = ' y '; |