mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-08 23:58:42 +01:00
Fix #508
This commit is contained in:
parent
d943531a42
commit
cbca4848e7
@ -8,11 +8,7 @@ if (isset($id_record)) {
|
|||||||
include __DIR__.'/init.php';
|
include __DIR__.'/init.php';
|
||||||
}
|
}
|
||||||
|
|
||||||
?><form action="editor.php?id_module=$id_module$<?php
|
?><form action="" method="post" id="add-form">
|
||||||
if (isset($id_record)) {
|
|
||||||
echo '&id_record='.$id_record;
|
|
||||||
}
|
|
||||||
?>" method="post" id="add-form">
|
|
||||||
<input type="hidden" name="backto" value="record-edit">
|
<input type="hidden" name="backto" value="record-edit">
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
Loading…
x
Reference in New Issue
Block a user