mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
custom field cancel file
This commit is contained in:
+1
-1
@@ -199,7 +199,7 @@ else {
|
||||
case "1" :
|
||||
{
|
||||
reset_cachetimestamp($row['id']);
|
||||
if (($photo_url = $movie->photo_localurl() ) != FALSE)
|
||||
if (($photo_url = $movie->photo() ) != FALSE)
|
||||
$smallth = "<img src=\"".$photo_url. "\" width=\"105\" onclick=\"Preview(this);\" alt=\"poster\" />";
|
||||
else
|
||||
$smallth = "<img src=\"pic/nophoto.gif\" alt=\"no poster\" />";
|
||||
|
||||
Reference in New Issue
Block a user