X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fcdb.php;h=0870d6d41ed4b697a6d83f89113f52218ac5af2e;hb=b450bf0bd6551ec8f6a7c054d6e66b29cb71e43d;hp=453464a685a2731ef0b9d7836ac477f6b92c7739;hpb=d716155c8b2d6e4a51a4110195cee7a1794846e8;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/cdb.php b/maintenance/cdb.php index 453464a685..0870d6d41e 100644 --- a/maintenance/cdb.php +++ b/maintenance/cdb.php @@ -21,10 +21,10 @@ * @todo document * @ingroup Maintenance */ -use \Cdb\Exception as CdbException; -use \Cdb\Reader as CdbReader; -/** */ +use Cdb\Exception as CdbException; +use Cdb\Reader as CdbReader; + require_once __DIR__ . '/commandLine.inc'; function cdbShowHelp( $command ) {