2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

fix PHP Notices: Undefined variable:, Undefined index:, Undefined offset:

This commit is contained in:
Alex
2015-08-14 03:10:26 +03:00
parent 5f05e34620
commit 9055f794e9
4 changed files with 10 additions and 10 deletions

View File

@@ -180,7 +180,7 @@ if (isset($_GET['edit']) || isset($_GET['addext']))
WHERE extension_id = " . intval($_GET['edit']);
$rs = $db->GetRow($sql);
}
} else $rs = array();
print "<a href='?' class='btn btn-default pull-left'>" . T_("Go back") . "</a>";
?>