Cleanup to avoid php undefined array key warning

This commit is contained in:
2026-02-18 12:56:49 -05:00
parent 5e1856f1dc
commit c4d2d4334e

View File

@@ -10,7 +10,7 @@
include("functions.php"); include("functions.php");
$print=$_REQUEST['print']; $print=$_REQUEST['print'] ?? NULL;
if ($print) { if ($print) {
$sbcolor=P_SIDEBAR_COLOR; $sbcolor=P_SIDEBAR_COLOR;