lyrUIPrefs
This table contains information about individual administrators' interface preferences. A default row will exist for the "admin" account. A new row will be created for all other administrators.
Key: PrefID
| 
 Field Name  | 
 Description  | 
 Version Added  | 
| 
 PrefID  | 
 Unique ID for this record. (int(4), NOT NULL)  | 
 
  | 
| 
 EmailAddr  | 
 The email address of the administrator for this record. (varchar(100), NOT NULL)  | 
 
  | 
| 
 HomeTab  | 
 Which home tab this user prefers.(varchar(50), NULL)  | 
 
  | 
| 
 Shortcuts  | 
 URLs that should appear as shortcuts on the overview tab. Stored as comma-separated list of shortcuts as "URL,Name,URL,Name,URL,Name"(text, NULL)  | 
 
  | 
| 
 TabList  | 
 Stores comma-separated list of the names of tabs the user wants to see as "Name,Name,Name,Name".(text, NULL)  | 
 
  |