Changeset 3408 for trunk/blog/owner/setting/teamblog/index.php
- Timestamp:
- 06/05/07 22:37:19 (19 months ago)
- Files:
-
- 1 modified
-
trunk/blog/owner/setting/teamblog/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/blog/owner/setting/teamblog/index.php
r3406 r3408 248 248 function teamblog_admin(stype, userid) { 249 249 250 var request = new HTTPRequest("POST", "<?php echo $blogURL;?>/owner/setting/teamblog/isAdmin/");250 var request = new HTTPRequest("POST", "<?php echo $blogURL;?>/owner/setting/teamblog/isAdmin/"); 251 251 request.onSuccess = function() { 252 252 PM.showMessage("<?php echo _t('설정을 변경했습니다.');?>", "center", "bottom");
