mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 02:01:40 +09:00
* 새 쪽지 알림시 새 쪽지의 수를 표시하도록 수정
* 마지막 알림 이후의 쪽지 수만 카운트 * 알림창 뜨는 시점을 살짝 앞 당김. onload -> onready git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5038 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
95d58beab2
commit
828ddc87b1
3 changed files with 18 additions and 22 deletions
|
|
@ -135,7 +135,8 @@
|
|||
$flag_path = './files/member_extra_info/new_message_flags/'.getNumberingPath($receiver_srl);
|
||||
FileHandler::makeDir($flag_path);
|
||||
$flag_file = sprintf('%s%s', $flag_path, $receiver_srl);
|
||||
FileHandler::writeFile($flag_file,'1');
|
||||
$flag_count = FileHandler::readFile($flag_file);
|
||||
FileHandler::writeFile($flag_file, ++$flag_count);
|
||||
|
||||
$oDB->commit();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue