|
@@ -122,7 +122,7 @@ |
|
|
block discarded – undo |
|
122
|
122
|
* @param int $height_max |
|
123
|
123
|
* Hauteur minimale de l'image à traiter (10000 par défaut) |
|
124
|
124
|
* @return |
|
125
|
|
- * Le tag html `<img src=... />` avec une class `filtre_inactif` ou pas |
|
|
125
|
+ string Le tag html `<img src=... />` avec une class `filtre_inactif` ou pas |
|
126
|
126
|
*/ |
|
127
|
127
|
function image_select($img, $width_min = 0, $height_min = 0, $width_max = 10000, $height_max = 1000) { |
|
128
|
128
|
if (!$img) { |
Please login to merge, or discard this patch.