changeset 434:366324c417d8

feeds: Oops, use utl_ctime instead of feeds_ctime which does not exist anymore.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Jan 2017 04:10:36 +0200
parents 2484f438b7d3
children 5edaebbbb7f2
files feeds.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/feeds.tcl	Mon Jan 09 04:08:43 2017 +0200
+++ b/feeds.tcl	Mon Jan 09 04:10:36 2017 +0200
@@ -164,7 +164,7 @@
 
   set usql "SELECT url AS uurl, feed AS ufeed, title AS utitle, utime AS utime FROM feeds WHERE feed LIKE '%[string tolower [utl_escape $utext]]%' ORDER BY utime DESC LIMIT 1"
   feeds_dbh eval $usql {
-    feeds_smsg $uchan "Uusin '$ufeed' / [feeds_ctime $utime]: $utitle -- $uurl"
+    feeds_smsg $uchan "Uusin '$ufeed' / [utl_ctime $utime]: $utitle -- $uurl"
     set ufound 1
   }