File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212}
1313else {
1414 $ container = create_container ('admin_message_send_processing.php ' );
15- $ container ['GameID ' ] = $ gameID ;
15+ $ container ['SendGameID ' ] = $ gameID ;
1616 $ template ->assign ('AdminMessageSendFormHref ' ,SmrSession::getNewHREF ($ container ));
1717 $ template ->assign ('MessageGameID ' ,$ gameID );
1818 $ template ->assign ('ExpireTime ' , 1 );
Original file line number Diff line number Diff line change 44$ expire = $ _REQUEST ['expire ' ];
55if ($ _REQUEST ['action ' ] == 'Preview message ' ) {
66 $ container = create_container ('skeleton.php ' ,'admin_message_send.php ' );
7- transfer ('GameID ' );
7+ transfer ('SendGameID ' );
88 $ container ['preview ' ] = $ message ;
99 $ container ['expire ' ] = $ expire ;
1010 forward ($ container );
1111}
1212
1313$ account_id = $ _REQUEST ['account_id ' ];
14- $ game_id = $ var ['GameID ' ];
14+ $ game_id = $ var ['SendGameID ' ];
1515if (!empty ($ account_id ) || $ game_id == 20000 ) {
1616 if ($ expire > 0 ) $ expire = ($ expire * 3600 ) + TIME ;
1717 if ($ game_id != 20000 ) {
You can’t perform that action at this time.
0 commit comments