1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 17:01:29 +00:00

new option: MARK_UNREAD_ON_UPDATE (closes #76)

This commit is contained in:
Andrew Dolgov
2006-07-25 09:11:13 +01:00
parent ee09766cf7
commit 4919fb42c9
4 changed files with 32 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
$op = $_REQUEST["op"];
define('SCHEMA_VERSION', 8);
define('SCHEMA_VERSION', 9);
require_once "sanity_check.php";
require_once "config.php";