2
0
forked from Wavyzz/dolibarr

Fix: more simple

This commit is contained in:
Regis Houssin
2011-03-30 16:01:53 +00:00
parent 3331c5fcd7
commit a7e640658c
3 changed files with 6 additions and 5 deletions

View File

@@ -213,7 +213,7 @@ function dol_loginfunction($langs,$conf,$mysoc)
{
$mc = new ActionsMulticompany($db);
$select_entity=$mc->select_entities($lastentity, 1, 'tabindex="3"');
$select_entity=$mc->select_entities($lastentity, 'tabindex="3"');
}
}