Changeset 958 for trunk/Modules/Notify/Notify.php
- Timestamp:
- Sep 23, 2023, 12:04:04 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Notify/Notify.php
r956 r958 204 204 td { padding: 5px; } 205 205 </style>'; 206 if (!array_key_exists('i', $_GET) ) return 'Položka nenalezena';206 if (!array_key_exists('i', $_GET) or !is_numeric($_GET['i'])) return 'Položka nenalezena'; 207 207 $Id = $_GET['i'] * 1; 208 208 $DbResult = $this->Database->select('NotifyLog', 'Title,Content, UNIX_TIMESTAMP(`Time`) AS `Time`', 'Id='.$Id);
Note:
See TracChangeset
for help on using the changeset viewer.