Qual: Better message for total of buying price

Fix: Little debug of add link feature. Link was broken because of
missing http, fix W3C making output wrong with some browsers.
This commit is contained in:
Laurent Destailleur
2013-11-15 11:43:16 +01:00
parent a0358dc0c2
commit b3a1d695cd
8 changed files with 90 additions and 55 deletions

View File

@@ -442,7 +442,7 @@ function isValidUrl($url,$http=0,$pass=0,$port=0,$path=0,$query=0,$anchor=0)
* Clean an url string
*
* @param string $url Url
* @param string $http 1: keep http://, 0: remove also http://
* @param string $http 1 = keep both http:// and https://, 0: remove http:// but not https://
* @return string Cleaned url
*/
function clean_url($url,$http=1)