mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 16:44:17 +02:00
Move constants to namespace
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
class AdminerDumpAlter {
|
||||
|
||||
function dumpFormat() {
|
||||
if (DRIVER == 'server') {
|
||||
if (Adminer\DRIVER == 'server') {
|
||||
return array('sql_alter' => 'Alter');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user