1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00

EONE-62 (New Feature): initial user model

This commit is contained in:
secretr
2010-03-22 15:45:47 +00:00
parent daaf7c5b76
commit 4bad3ba2e4
3 changed files with 156 additions and 14 deletions

View File

@@ -859,7 +859,7 @@ class e_model
/**
* Generic load data from DB
* @param boolean $force
* @return e_admin
* @return e_model
*/
public function load($id, $force = false)
{