changeset 483:adc788e7b5f4

Remove unused function.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Dec 2013 13:04:54 +0200
parents e0fd4c7ae8fb
children c8591a8fadbc
files msitegen.inc.php
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/msitegen.inc.php	Sat Dec 07 12:56:19 2013 +0200
+++ b/msitegen.inc.php	Sat Dec 07 13:04:54 2013 +0200
@@ -415,12 +415,6 @@
 }
 
 
-function stGetDRequestItem($name, $default = "")
-{
-  return trim(urldecode(stGetRequestItem($name, $default)));
-}
-
-
 function stLogSQLError($sql)
 {
   global $db;