mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Introduzione delle funzioni session_get e session_set
This commit is contained in:
@@ -28,7 +28,7 @@ $(document).ready(function() {
|
||||
});
|
||||
</script>';
|
||||
|
||||
$skip_link = $has_next ? base_link().'/editor.php?id_module='.$id_module.'&id_plugin='.$id_plugin.'&id_record='.($id_record + 1).'&sequence='.get('sequence') : base_link().'/editor.php?id_module='.$id_module;
|
||||
$skip_link = $has_next ? base_path().'/editor.php?id_module='.$id_module.'&id_plugin='.$id_plugin.'&id_record='.($id_record + 1).'&sequence='.get('sequence') : base_path().'/editor.php?id_module='.$id_module;
|
||||
|
||||
if (empty($fattura_pa)) {
|
||||
if (!empty($error)) {
|
||||
|
Reference in New Issue
Block a user