X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=profileinfo.php;h=cbbf2abdafc7e26468f7670589861004a53cdc61;hb=f6b92231fd584e407dc2aab39c3574448c5615c5;hp=47875941165fac32579f0b9dbac97db7083835e5;hpb=ac56107ba319ee1e0d268fe353fc37d0134ad57e;p=lhc%2Fweb%2Fwiklou.git diff --git a/profileinfo.php b/profileinfo.php index 4787594116..cbbf2abdaf 100644 --- a/profileinfo.php +++ b/profileinfo.php @@ -214,7 +214,7 @@ class profile_point { ?>
- name() ) . $extet ?> + name() ) ) . $extet ?>
time() / self::$totaltime * 100 ); ?> memory() / self::$totalmemory * 100 ); ?> @@ -349,7 +349,7 @@ function getEscapedProfileUrl( $_filter = false, $_sort = false, $_expand = fals return htmlspecialchars( '?' . - wfArrayToCGI( array( + wfArrayToCgi( array( 'filter' => $_filter ? $_filter : $filter, 'sort' => $_sort ? $_sort : $sort, 'expand' => implode( ',', array_keys( $_expand ) )