Changeset 8399
- Timestamp:
- Sep 18, 2008, 4:01:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.12.x/webapp/modules/admin/do/update_c_rank.php
r6881 r8399 24 24 25 25 if (db_point_is_rank4point($requests['point']) && ($c_rank['point'] != $requests['point'])) { 26 admin_client_redirect('list_c_rank', '同一の到達ポイントのランクが既に存在します'); 26 $tail = 'c_rank_id=' . $c_rank_id; 27 admin_client_redirect('update_c_rank', '同一の到達ポイントのランクが既に存在します', $tail); 27 28 } 28 29
Note: See TracChangeset
for help on using the changeset viewer.