mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
- Modified FHC_Model, now it is saving uid in CI session
- Added codeception tests - Added statistik to dump.sql - Moved old libraries to CI
This commit is contained in:
@@ -31,7 +31,7 @@ require_once(dirname(__FILE__).'/../application/models/person/Person_model.php')
|
||||
class person extends Person_model
|
||||
{
|
||||
use db_extra; //CI Hack
|
||||
|
||||
|
||||
public $errormsg; // string
|
||||
public $new; // boolean
|
||||
public $personen = array(); // person Objekt
|
||||
|
||||
Reference in New Issue
Block a user