Commit 992bb1ca3b9df575d93c3b60a4a69b716a2a9673

Authored by Jarrett Jordaan
1 parent 123491ec

PT-2378610 : Updated user preference plugin.

Committed by: Jarrett Jordaan

Reviewed by: Megan Watson
plugins/user-preferences/KTUserPreferences.php
1 <?php 1 <?php
2 /** 2 /**
3 - * Electronic Signatures  
4 - *  
5 * $Id: $ 3 * $Id: $
6 * 4 *
7 * The contents of this file are subject to the KnowledgeTree 5 * The contents of this file are subject to the KnowledgeTree
plugins/user-preferences/sql/user_preferences.sql deleted
1 -CREATE TABLE IF NOT EXISTS `user_preferences` (  
2 - `id` int(11) unsigned NOT NULL AUTO_INCREMENT,  
3 - `user_id` int(11) unsigned NOT NULL,  
4 - `prefkey` varchar(255) NOT NULL,  
5 - `prefvalue` varchar(255) NOT NULL,  
6 - PRIMARY KEY (`id`),  
7 - KEY `user_id` (`user_id`)  
8 -) ENGINE=MyISAM DEFAULT CHARSET=latin1;  
9 \ No newline at end of file 0 \ No newline at end of file
plugins/user-preferences/templates/manage.smarty deleted
1 -Coming Soon  
2 \ No newline at end of file 0 \ No newline at end of file