|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
<?php // $Id: database.lib.php 18274 2009-02-05 22:34:52Z iflorespaz $
|
|
|
|
|
<?php // $Id: database.lib.php 18504 2009-02-14 01:09:21Z yannoo $
|
|
|
|
|
/* See license terms in /dokeos_license.txt */ |
|
|
|
|
/** |
|
|
|
|
============================================================================== |
|
|
|
@ -152,6 +152,7 @@ define('TABLE_LP_ITEM', 'lp_item'); |
|
|
|
|
define('TABLE_LP_VIEW', 'lp_view'); |
|
|
|
|
define('TABLE_LP_ITEM_VIEW', 'lp_item_view'); |
|
|
|
|
define('TABLE_LP_IV_INTERACTION', 'lp_iv_interaction'); // IV = Item View |
|
|
|
|
define('TABLE_LP_IV_OBJECTIVE', 'lp_iv_objective'); // IV = Item View |
|
|
|
|
// Smartblogs (Kevin Van Den Haute::kevin@develop-it.be) |
|
|
|
|
// permission tables |
|
|
|
|
define('TABLE_PERMISSION_USER', 'permission_user'); |
|
|
|
|