Skip to content

Commit

Permalink
refs #1127: merge 중 발생한 것으로 추정되는 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Oct 27, 2008
1 parent 9ac3068 commit 6aeddff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/view/ownerView.php
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ function reloadUploader() {
+ entryManager.entryId
+ '&labelingPath=<?php echo $param['labelingPath'];?>'
+ entryManager.entryId
+ '&maxSize=<?php echo $maxSize;?>&sessionName=TSSESSION&sessionValue=<?php echo $_COOKIE[Session::getName()];?>" width="400" height="40" align="middle" wmode="transparent" quality="high" bgcolor="#ffffff" scale="noScale" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><\/embed><\/object>';
+ '&maxSize=<?php echo $maxSize;?>&sessionName=TSSESSION&sessionValue=<?php echo $_COOKIE[getSessionName()];?>" width="400" height="40" align="middle" wmode="transparent" quality="high" bgcolor="#ffffff" scale="noScale" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><\/embed><\/object>';
if (hasRightVersion && (isMoz || isIE)) {
if(<?php echo (isset($service['flashuploader']) && $service['flashuploader'] == false) ? 'false' : 'true';?>) { writeCode(uploaderStr,'uploaderNest'); }
}
Expand Down

0 comments on commit 6aeddff

Please sign in to comment.