Go to the source code of this file.
Variables | |
| global | $cn |
| $gDossier = Dossier::id() | |
| for($i=0;$i< Database::num_row($ret);$i++) | $js = sprintf('<a href="javascript:void(0)" class="button" onclick="get_profile_detail(\'%s\',\'%s\')">', $gDossier, -1) |
| $menu = new Profile_sql($cn) | |
| $ord = (isset($_REQUEST['ord'])) ? $_REQUEST['ord'] : 'na' | |
| $order = $table->get_sql_order($ord) | |
| $ret = $menu->seek("where p_id > 0 ".$order) | |
| $table = new Sort_Table() | |
| $url = $_SERVER['REQUEST_URI'] | |
| if(isset($_POST['change_profile'])) if(isset($_POST['change_stock'])) if(isset($_POST['save_name'])) if(isset($_POST['clone'])) if(isset($_POST['delete_profil'])) if(isset($_POST['mod'])) | if (isset($_POST['add_menu'])||isset($_POST['add_impress'])) |
| if (isset($_POST['p_id'])) | |
| global $cn |
Definition at line 22 of file profile.inc.php.
| $gDossier = Dossier::id() |
Definition at line 330 of file profile.inc.php.
| for ($i=0;$i< Database::num_row($ret);$i++) $js = sprintf('<a href="javascript:void(0)" class="button" onclick="get_profile_detail(\'%s\',\'%s\')">', $gDossier, -1) |
Definition at line 343 of file profile.inc.php.
| $menu = new Profile_sql($cn) |
Definition at line 321 of file profile.inc.php.
| $ord = (isset($_REQUEST['ord'])) ? $_REQUEST['ord'] : 'na' |
Definition at line 317 of file profile.inc.php.
| $order = $table->get_sql_order($ord) |
Definition at line 319 of file profile.inc.php.
| $ret = $menu->seek("where p_id > 0 ".$order) |
Definition at line 322 of file profile.inc.php.
| $table = new Sort_Table() |
Definition at line 309 of file profile.inc.php.
| $url = $_SERVER['REQUEST_URI'] |
Definition at line 310 of file profile.inc.php.
| if (isset($_POST['change_profile'])) if (isset($_POST['change_stock'])) if (isset($_POST['save_name'])) if (isset($_POST['clone'])) if (isset($_POST['delete_profil'])) if (isset($_POST['mod'])) if(isset($_POST['add_menu'])||isset($_POST['add_impress'])) |
Printing cannot be a menu and do not depend of anything
Check if we don't add a menu depending on itself
Printing cannot be a menu and do not depend of anything
Check for infinite loop
Check if we don't add a menu depending on itself
if me_code_dep == -1, it means it is null
Definition at line 251 of file profile.inc.php.
| if(isset($_POST['p_id'])) |
Definition at line 355 of file profile.inc.php.