2
0
forked from Wavyzz/dolibarr

Object type is lowercase

This commit is contained in:
Raphaël Doursenaud
2013-11-07 21:23:29 +01:00
parent 01ea84a917
commit c845124b92
9 changed files with 12 additions and 12 deletions

View File

@@ -178,7 +178,7 @@ function dol_print_file($langs,$filename,$searchalt=0)
* Show informations on an object
* TODO Move this into html.formother
*
* @param Object $object Objet to show
* @param object $object Objet to show
* @return void
*/
function dol_print_object_info($object)