1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 23:26:41 +02:00

Added TODO reminder about user prefs.

This commit is contained in:
CaMer0n
2009-11-14 04:05:35 +00:00
parent 545411d7f1
commit 578f45f0a7

View File

@@ -9,8 +9,8 @@
* Administration - Database Utilities * Administration - Database Utilities
* *
* $Source: /cvs_backup/e107_0.8/e107_admin/db.php,v $ * $Source: /cvs_backup/e107_0.8/e107_admin/db.php,v $
* $Revision: 1.42 $ * $Revision: 1.43 $
* $Date: 2009-11-14 01:00:50 $ * $Date: 2009-11-14 04:05:35 $
* $Author: e107coders $ * $Author: e107coders $
* *
*/ */
@@ -665,7 +665,7 @@ class system_tools
*/ */
private function pref_editor($type='core') private function pref_editor($type='core')
{ {
//TODO Add drop-down filter for editing plugin prefs also. //TODO Add drop-down for editing personal perfs also. ie. user pref of self. (admin)
global $pref, $e107, $emessage, $frm; global $pref, $e107, $emessage, $frm;