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