Cleanup namepaces, variables uses

This commit is contained in:
Romain Neutron
2012-09-28 16:06:28 +02:00
parent 372861deb4
commit 1700565862
232 changed files with 593 additions and 1446 deletions

View File

@@ -10,7 +10,6 @@
*/
use Alchemy\Phrasea\Application;
use Alchemy\Phrasea\Core\Configuration;
/**
*
@@ -100,11 +99,9 @@ function deleteRecord(Application $app, $lst, $del_children)
function whatCanIDelete(Application $app, $lst)
{
$appbox = $app['phraseanet.appbox'];
$usr_id = $app['phraseanet.user']->get_id();
$conn = $appbox->get_connection();
$conn = $app['phraseanet.appbox']->get_connection();
$nbdocsel = 0;
$nbgrp = 0;