2
0
forked from Wavyzz/dolibarr

Fix style fo ECM module

This commit is contained in:
Laurent Destailleur
2016-12-13 01:19:33 +01:00
parent 71d2ee3aa9
commit d2d0e66c5c
7 changed files with 11 additions and 11 deletions

View File

@@ -138,7 +138,7 @@ if (! dol_is_dir($upload_dir))
exit;*/
}
print '<!-- TYPE='.$type.' -->'."\n";
print '<!-- ajaxdirpreview type='.$type.' -->'."\n";
print '<!-- Page called with mode='.(isset($mode)?$mode:'').' type='.$type.' module='.$module.' url='.$url.' '.$_SERVER["PHP_SELF"].'?'.$_SERVER["QUERY_STRING"].' -->'."\n";
$param=($sortfield?'&sortfield='.$sortfield:'').($sortorder?'&sortorder='.$sortorder:'');