diff options
author | stuconnolly <stuart02@gmail.com> | 2009-11-15 01:20:36 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-11-15 01:20:36 +0000 |
commit | b6630d67c87f48126d42d8f10e016220dc39a7a2 (patch) | |
tree | ed80f86b05108bc7765de5391e46b5274c853d63 /Source/SPQueryController.m | |
parent | 14add4e57ca0b8625670440b251956fddb1f4e00 (diff) | |
download | sequelpro-b6630d67c87f48126d42d8f10e016220dc39a7a2.tar.gz sequelpro-b6630d67c87f48126d42d8f10e016220dc39a7a2.tar.bz2 sequelpro-b6630d67c87f48126d42d8f10e016220dc39a7a2.zip |
When viewing the information_schema database, disable all controls on the table information view as all table in this database are not modifiable by anyone.
Diffstat (limited to 'Source/SPQueryController.m')
-rw-r--r-- | Source/SPQueryController.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPQueryController.m b/Source/SPQueryController.m index 891f4fb5..6e9e561e 100644 --- a/Source/SPQueryController.m +++ b/Source/SPQueryController.m @@ -372,7 +372,6 @@ static SPQueryController *sharedQueryController = nil; return [[[NSAttributedString alloc] initWithString:returnValue attributes:stringAtributes] autorelease]; } - #pragma mark - #pragma mark Other |