[lastbash-cvs] SF.net SVN: lastbash: [235] lastbash/lastbash
Status: Beta
Brought to you by:
cstroie
From: <cs...@us...> - 2007-05-22 15:57:54
|
Revision: 235 http://lastbash.svn.sourceforge.net/lastbash/?rev=235&view=rev Author: cstroie Date: 2007-05-22 08:57:53 -0700 (Tue, 22 May 2007) Log Message: ----------- Added support for upstream language. Modified Paths: -------------- lastbash/lastbash Modified: lastbash/lastbash =================================================================== --- lastbash/lastbash 2007-05-22 15:38:26 UTC (rev 234) +++ lastbash/lastbash 2007-05-22 15:57:53 UTC (rev 235) @@ -701,7 +701,7 @@ local N KEY VALUE RET # Do the http get - if http_get "${LASTFM_HOST}" "${LASTFM_PORT}" "/radio/handshake.php?version=${CLIENT_VERSION}&platform=${CLIENT_PLATFORM}&username=$1&passwordmd5=$2" + if http_get "${LASTFM_HOST}" "${LASTFM_PORT}" "/radio/handshake.php?version=${CLIENT_VERSION}&platform=${CLIENT_PLATFORM}&username=$1&passwordmd5=$2&language=en" then # Do this only if ok unset LASTFM_SESSION LASTFM_STREAM LASTFM_BASEURL LASTFM_BASEPATH This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |