mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Merge remote-tracking branch 'origin/master' into issue-68
This commit is contained in:
commit
880908ff70
1 changed files with 1 additions and 0 deletions
|
@ -466,6 +466,7 @@ case "editrecord":
|
||||||
$rrset->deleteRecord($old_record['content']);
|
$rrset->deleteRecord($old_record['content']);
|
||||||
|
|
||||||
$content = $_POST['content'];
|
$content = $_POST['content'];
|
||||||
|
$type = $_POST['type'];
|
||||||
if (array_search($type, $quoteus) !== FALSE) {
|
if (array_search($type, $quoteus) !== FALSE) {
|
||||||
$content = quote_content($content);
|
$content = quote_content($content);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue