FIX
This commit is contained in:
parent
4eae03462f
commit
5a6408c059
|
|
@ -121,7 +121,7 @@ class PageController extends Controller
|
|||
$point->iLike = Like::model()->checkIsMy($pointId);
|
||||
|
||||
|
||||
$photoLinks = PhotoLinks::model()->getAll(array('where'=>'`photo` LIKE "'.$pointId.'_%"'));
|
||||
$photoLinks = PhotoLinks::model()->getAll(array('where'=>'`pointId` = '.$pointId));
|
||||
$photoLinksRes = array();
|
||||
if ($photoLinks) {
|
||||
foreach ($photoLinks as $photoLink) {
|
||||
|
|
|
|||
|
|
@ -61,6 +61,8 @@
|
|||
for ($index = $index; $index < count($text); $index++) {
|
||||
print $text[$index] . ' ';
|
||||
}
|
||||
|
||||
print "<br/><br/>";
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue