X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fphp%2Flist.php;h=b08bf767c616bdccb8abcf7d0853c8a4842d4607;hb=92a317c3620f3442f9452d834a1ed5f09bdddbf6;hp=4050d33040ece1fc9d0df11436e60eaf00295dc8;hpb=020a4a5ea2be725b155cae3a2cadc9aba3911b9b;p=clearscm.git diff --git a/maps/php/list.php b/maps/php/list.php index 4050d33..b08bf76 100755 --- a/maps/php/list.php +++ b/maps/php/list.php @@ -19,7 +19,11 @@ $next = (isset ($_GET ["next"])) ? $_GET ["next"] : 0; // $prev; $type = $_GET ["type"]; - $message = $_GET ["message"]; + if (isset($_GET['message'])) { + $message = $_GET["message"]; + } else { + $message = ''; + } // if $Type = ucfirst ($type); $Userid = ucfirst ($userid); ?> @@ -116,7 +120,7 @@ $this_page = $next / $lines + 1;
- +