1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

JS Manager - headerCore/Plugin/Theme shorthands, add/removeLibPref methods for handling core prefs

This commit is contained in:
secretr
2009-10-07 11:05:55 +00:00
parent 6a466823b8
commit 2d0cbb3644
4 changed files with 151 additions and 15 deletions

View File

@@ -9,8 +9,8 @@
* News Administration
*
* $Source: /cvs_backup/e107_0.8/e107_admin/newspost.php,v $
* $Revision: 1.55 $
* $Date: 2009-09-25 20:20:23 $
* $Revision: 1.56 $
* $Date: 2009-10-07 11:05:55 $
* $Author: secretr $
*/
require_once("../class2.php");
@@ -254,7 +254,7 @@ class admin_newspost
require_once(e_HANDLER."calendar/calendar_class.php");
$this->_cal = new DHTML_Calendar(true);
$this->_pst = &$pstobj;
$this->_pst = $pstobj;
$this->fieldpref = varset($user_pref['admin_news_columns'], array('news_id', 'news_title', 'news_author', 'news_render_type', 'options'));