Changeset 888 for trunk/Modules/Log/Log.php
- Timestamp:
- Nov 24, 2020, 10:58:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Log/Log.php
r887 r888 67 67 $Count = 100; 68 68 69 $Output = '';70 69 $Items = array(); 71 70 if (array_key_exists('type', $_GET)) $Where = ' WHERE `Type` = "'.($_GET['type'] * 1).'"';
Note:
See TracChangeset
for help on using the changeset viewer.