summaryrefslogtreecommitdiff
path: root/includes/image_lookup_inc.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-21Fix prev/next image navigation: call loadCurrentImage and use getAll not ↵Lester Caine1-0/+3
getAssoc image_lookup_inc.php was never calling loadCurrentImage() so previous/next image IDs were never populated. Also fixed loadCurrentImage to use getAll() instead of getAssoc() — getAssoc keys by first column so numeric $rows[$i] indexing always failed to find the current image. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2025-08-28Extra code updated to PHP8.4 and namespace ... work in progress on updating ↵lsces1-11/+9
some third party code
2021-02-02move _inc and classes to includes/classes and use PKG_CLASS/INCLUDE_PATH ↵modela bitweaver1-0/+46
constants