blob: b0ac39a6a49f194b21c1f66ff439318ac7b3ddb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-system_modules_news_dca_tl__news.php,v 1.1 2020/10/04 06:31:02 taca Exp $
Fix time range problem on positive timezone.
--- system/modules/news/dca/tl_news.php.orig 2019-04-11 11:11:34.000000000 +0000
+++ system/modules/news/dca/tl_news.php
@@ -228,7 +228,7 @@ $GLOBALS['TL_DCA']['tl_news'] = array
'exclude' => true,
'inputType' => 'text',
'eval' => array('rgxp'=>'time', 'doNotCopy'=>true, 'tl_class'=>'w50'),
- 'sql' => "int(10) unsigned NOT NULL default '0'"
+ 'sql' => "int(10) NOT NULL default '0'"
),
'subheadline' => array
(
|