Browse Source

Conference Center: Add ability to use a Phrase for the Greeting, resolving Issue 921 and Issue 818.

Nate Jones 10 năm trước cách đây
mục cha
commit
6082b390b1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      resources/functions.php

+ 1 - 0
resources/functions.php

@@ -1074,6 +1074,7 @@ function number_pad($number,$n) {
 					}
 				}
 			}
+			ksort($dir_array, SORT_STRING);
 			closedir($dir_list);
 		}
 	}