[Cinemaru-svn] cinemaru-svn [170] バグ修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 2月 22日 (日) 04:53:24 JST


Revision: 170
          http://svn.sourceforge.jp/view?root=cinemaru&view=rev&rev=170
Author:   asben
Date:     2009-02-22 04:53:24 +0900 (Sun, 22 Feb 2009)

Log Message:
-----------
バグ修正

Modified Paths:
--------------
    trunk/cinemaru/include/db.php
    trunk/cinemaru/templates/movie.html

Modified: trunk/cinemaru/include/db.php
===================================================================
--- trunk/cinemaru/include/db.php	2009-02-19 14:17:17 UTC (rev 169)
+++ trunk/cinemaru/include/db.php	2009-02-21 19:53:24 UTC (rev 170)
@@ -644,6 +644,7 @@
 // author   : asben @ bookmark
 // date     : 2009/1/7
 //            2009/1/13
+//            2009/2/22
 // Reference keyword: related_movie_get
 //--------------------------------------------------------------------------------
 function cinemaru_related_movie_get($iOwn_id, $arrTagsInfo, $iLimit) {
@@ -654,7 +655,7 @@
 		     'id', 'title', 'file', 'image_file', 'total_time', 'file_type',
 		     'file_size', 'randam_code', 'desc', 'genre', 'valid', 'owner',
 		     'counter', 'comment', 'comment_up_time', 'reg_time',
-		     'mod_time', 'reg_user', 'mod_user'
+		     'mod_time', 'reg_user', 'mod_user', 'image_file_url'
 		     );
     $c = array();
     foreach ($columns as $val) {

Modified: trunk/cinemaru/templates/movie.html
===================================================================
--- trunk/cinemaru/templates/movie.html	2009-02-19 14:17:17 UTC (rev 169)
+++ trunk/cinemaru/templates/movie.html	2009-02-21 19:53:24 UTC (rev 170)
@@ -179,7 +179,7 @@
       <ul>
          <li>
             <a href="movie.php?id=<{$rel_movie.id}>">
-            <img src="<{if $movie.image_file_url != ''}><{$rel_movie.image_file_url|escape:"html"}>
+            <img src="<{if $rel_movie.image_file_url != ''}><{$rel_movie.image_file_url|escape:"html"}>
                                 <{elseif $rel_movie.image_file}><{$xoops_url}>/uploads/<{$mydirname}>/image/<{$rel_movie.image_file}>
                                 <{else}><{if $rel_movie.file_type==$smarty.const.CINEMARU_FORM_FILE_TYPE_YOUTUBE_URL}><{$xoops_url}>/modules/<{$mydirname}>/images/no_img_y.gif
                                 <{else}><{$xoops_url}>/modules/<{$mydirname}>/images/no_image.png<{/if}>




Cinemaru-svn メーリングリストの案内
Back to archive index