X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fcdb.php;h=0870d6d41ed4b697a6d83f89113f52218ac5af2e;hb=2bb276f07d2f291413fd41e0c62872ef39caed6e;hp=453464a685a2731ef0b9d7836ac477f6b92c7739;hpb=adae996840b9e782f6e14b21c433a83e37c3a74e;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 ) {