Changes between Initial Version and Version 1 of Ticket #3698, comment 9


Ignore:
Timestamp:
Jan 25, 2017, 4:18:37 PM (7 years ago)
Author:
EvanCarroll

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3698, comment 9

    initial v1  
    11Also, for those finding this bug on Google you can turn off loading tabblock without upgrading the plugin using this..
    22
    3   UPDATE loader_lookuptables
    4   SET load=false
    5   WHERE lookup_name = 'tabblock';
     3    UPDATE loader_lookuptables
     4    SET load=false
     5    WHERE lookup_name = 'tabblock';