Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 5120ece

Browse files
committed
Fixed user example again
1 parent 720cb97 commit 5120ece

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/example-user.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ function displayImgs($element, $key, $f) {
7373
foreach ($pictures as $pic) {
7474
echo '<a href="',$pic['PageUrl'],'"><img src="',phpZenfolio::imageUrl($pic, 1),'" title="',$pic['Title'],'" alt="',$pic['Id'],'" /></a>';
7575
}
76+
break;
7677
}
7778
}
7879
}

0 commit comments

Comments
 (0)