# HG changeset patch # User Matti Hamalainen # Date 1416607010 -7200 # Node ID 7126403af18f6e9fd3ef23cd847eb4d2e33867e9 # Parent 589cb2d883327e78f2cb4da419f3fbd1803ddbf2 Move function. diff -r 589cb2d88332 -r 7126403af18f msite.inc.php --- 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