X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FImageFunctions.php;h=af05c1c9f88c0d48b339112b697f35891d86b6ce;hb=3205049d446abb53b217e7cf1af82a640f9e0480;hp=931fdff177acb482ba867e1b717beb9cf695986e;hpb=ae8554c45b2b5766d4ad59f9a7b12c58198d2142;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ImageFunctions.php b/includes/ImageFunctions.php index 931fdff177..af05c1c9f8 100644 --- a/includes/ImageFunctions.php +++ b/includes/ImageFunctions.php @@ -1,113 +1,4 @@ getPrefixedDBkey() : false; $bad = isset( $badImages[$name] ) && !isset( $badImages[$name][$contextKey] ); wfProfileOut( __METHOD__ ); @@ -254,6 +145,3 @@ function wfFitBoxWidth( $boxWidth, $boxHeight, $maxHeight ) { else return $roundedUp; } - - -?>