aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_convert.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-06-28 18:21:08 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-06-28 18:21:08 +0000
commit648de4354a02c0b48d1e823c6d0196720586cb73 (patch)
tree78019d086cf6f24eed419d7c9823494945d601f9 /phpBB/includes/functions_convert.php
parentf9ea21a0836301bc21b8f1288695767cd15543ab (diff)
downloadforums-648de4354a02c0b48d1e823c6d0196720586cb73.tar
forums-648de4354a02c0b48d1e823c6d0196720586cb73.tar.gz
forums-648de4354a02c0b48d1e823c6d0196720586cb73.tar.bz2
forums-648de4354a02c0b48d1e823c6d0196720586cb73.tar.xz
forums-648de4354a02c0b48d1e823c6d0196720586cb73.zip
#12731
#12791 git-svn-id: file:///svn/phpbb/trunk@7806 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_convert.php')
-rw-r--r--phpBB/includes/functions_convert.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/phpBB/includes/functions_convert.php b/phpBB/includes/functions_convert.php
index 414f6f2f20..324844aa7f 100644
--- a/phpBB/includes/functions_convert.php
+++ b/phpBB/includes/functions_convert.php
@@ -2413,4 +2413,14 @@ function get_smiley_display()
return ($smiley_count < 50) ? 1 : 0;
}
+
+function fill_dateformat($user_dateformat)
+{
+ global $config;
+
+ return ((empty($user_dateformat)) ? $config['default_dateformat'] : $user_dateformat);
+}
+
+
+
?> \ No newline at end of file