mirror of
https://github.com/SabreTools/wizzardRedux.git
synced 2026-02-04 05:36:18 +00:00
Add proper check in parenting
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
echo "<p>Parent not found. Add new?</p>";
|
||||
echo "
|
||||
Game Family: <input type=\"text\" id=\"new_parent_family\"><br>
|
||||
Game Title: <input type=\"text\" id=\"new_parent_title\" value=\"".$_GET['name']."\"><br>
|
||||
Game Title: <input type=\"text\" id=\"new_parent_title\" value=\"".(isset($_GET['name']) ? $_GET['name'] : "")."\"><br>
|
||||
<button id=\"new_parent_add\">Add new parent</button>
|
||||
";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user