Go to the source code of this file.
Variables | |
$a = new ISelect('plugin_code') | |
$cn = new Database(dossier::id()) | |
global | $g_user = new User($cn) |
$only_plugin = $g_user->check_dossier(dossier::id()) | |
$a | selected = (isset($_REQUEST['plugin_code']))?strtoupper($_REQUEST['plugin_code']):'' |
$a | value = Extension::make_array($cn) |
$a = new ISelect('plugin_code') |
Definition at line 30 of file extension_choice.inc.php.
$cn = new Database(dossier::id()) |
Definition at line 19 of file extension_choice.inc.php.
Definition at line 20 of file extension_choice.inc.php.
$only_plugin = $g_user->check_dossier(dossier::id()) |
Definition at line 23 of file extension_choice.inc.php.
$a selected = (isset($_REQUEST['plugin_code']))?strtoupper($_REQUEST['plugin_code']):'' |
Definition at line 32 of file extension_choice.inc.php.
$a value = Extension::make_array($cn) |
Definition at line 31 of file extension_choice.inc.php.