浏览代码

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

Nate Jones 10 年之前
父节点
当前提交
6082b390b1
共有 1 个文件被更改,包括 1 次插入0 次删除
  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);
 		}
 	}