diff options
Diffstat (limited to 'schemas.php')
-rwxr-xr-x | schemas.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas.php b/schemas.php index 7ad336e5..c6be3655 100755 --- a/schemas.php +++ b/schemas.php @@ -355,7 +355,7 @@ * Generate XML for the browser tree. */ function doTree() { - global $misc, $data, $lang, $slony; + global $misc, $data, $lang; $schemas = $data->getSchemas(); |