1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

model/pref handlers: minor changes, clearPrefCache() added, docs update

This commit is contained in:
secretr
2009-09-04 17:04:15 +00:00
parent 7a954a7e29
commit db20d17b49
2 changed files with 41 additions and 18 deletions

View File

@@ -9,8 +9,8 @@
* e107 Base Model
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/model_class.php,v $
* $Revision: 1.6 $
* $Date: 2009-09-04 15:27:28 $
* $Revision: 1.7 $
* $Date: 2009-09-04 17:04:14 $
* $Author: secretr $
*/
@@ -661,7 +661,7 @@ class e_model
{
if(is_array($key))
{
if($strict && '_data_structure' !== $data_src)
if($strict)
{
foreach(array_keys($key) as $k)
{