diff --git a/hwe/a_history.php b/hwe/a_history.php index dbe5c1ca..b33b364f 100644 --- a/hwe/a_history.php +++ b/hwe/a_history.php @@ -85,7 +85,7 @@ $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"" $histCount = MYDB_num_rows($result); for($i=0; $i < $histCount; $i++) { $history = MYDB_fetch_array($result); - $value = "".$history['year'].StringUtil::Fill2($history['month'], 2, "0"); + $value = "".$history['year'].StringUtil::padStringAlignRight($history['month'], 2, "0"); if($history['year'] == $year && $history['month'] == $month) { echo " "; diff --git a/hwe/b_currentCity.php b/hwe/b_currentCity.php index 8c58bdbe..49ff2f66 100644 --- a/hwe/b_currentCity.php +++ b/hwe/b_currentCity.php @@ -53,7 +53,7 @@ if($me['level'] == 0) { echo "