Mercurial > SimpleWebPresenter
diff common-functions.inc @ 13:9dab5b96b789
Clean spurious whitespace.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Wed, 19 Sep 2012 12:42:32 +0200 |
| parents | 19dfa6f3e2be |
| children | 511b6514823f |
line wrap: on
line diff
--- a/common-functions.inc Mon May 28 23:13:17 2012 +0200 +++ b/common-functions.inc Wed Sep 19 12:42:32 2012 +0200 @@ -43,10 +43,10 @@ $new_params[$param]=$val; } foreach($new_params as $param => $val) { - if($first) + if($first) $first=0; - else - $out.="&"; + else + $out.="&"; $out.=urlencode($param).'='.urlencode($val); } return $out;
