aboutsummaryrefslogtreecommitdiffstats
path: root/feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'feed.php')
-rw-r--r--feed.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/feed.php b/feed.php
index c3747dfdc..49b52c103 100644
--- a/feed.php
+++ b/feed.php
@@ -215,18 +215,6 @@ function explode_mysqldt($mysqldt)
}
/**
- * creates a MySQL datetime format (2005-07-14 23:01:37) from a Unix
- * timestamp (number of seconds since 1970-01-01 00:00:00 GMT)
- *
- * @param int unix timestamp
- * @return string mysql datetime format
- */
-function ts_to_mysqldt($ts)
-{
- return date('Y-m-d H:i:s', $ts);
-}
-
-/**
* creates a Unix timestamp (number of seconds since 1970-01-01 00:00:00
* GMT) from a MySQL datetime format (2005-07-14 23:01:37)
*