2
0
forked from Wavyzz/dolibarr

Fix doxygen

This commit is contained in:
Laurent Destailleur
2015-10-25 19:53:59 +01:00
parent 48ed8d4408
commit 4e206fa80b

View File

@@ -5134,8 +5134,8 @@ class Form
* @param int $width Width of photo
* @param int $height Height of photo (auto if 0)
* @param int $caneditfield Add edit fields
* @param string $imagesize 'mini', 'small' or '' (original)
* @param string $cssclass CSS name to use on img for photo
* @param string $imagesize 'mini', 'small' or '' (original)
* @return string HTML code to output photo
*/
static function showphoto($modulepart, $object, $width=100, $height=0, $caneditfield=0, $cssclass='photowithmargin', $imagesize='')