changeset 797:7126403af18f

Move function.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 21 Nov 2014 23:56:50 +0200
parents 589cb2d88332
children b97d4b754bc0
files msite.inc.php
diffstat 1 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/msite.inc.php	Fri Nov 21 23:51:01 2014 +0200
+++ b/msite.inc.php	Fri Nov 21 23:56:50 2014 +0200
@@ -645,11 +645,6 @@
 }
 
 
-function stNormalizeListSlideOrder($list_id)
-{
-}
-
-
 function stGetAttendeeRegistrationSQL()
 {
   return stPrepareSQL(
@@ -825,4 +820,10 @@
     return "";
 }
 
+
+function stNormalizeListSlideOrder($list_id)
+{
+}
+
+
 ?>
\ No newline at end of file