From 364a2ca78fb0d42d734c9173e737df905b23e64a Mon Sep 17 00:00:00 2001 From: Mike Colagrosso Date: Sat, 13 Jul 2024 15:33:42 -0600 Subject: [PATCH] Rename GetAllArtists to GetArtists --- lib/Library.php | 2 +- templates/ArtworkForm.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Library.php b/lib/Library.php index 09062a73..ea970348 100644 --- a/lib/Library.php +++ b/lib/Library.php @@ -805,7 +805,7 @@ class Library{ /** * @return array */ - public static function GetAllArtists(): array{ + public static function GetArtists(): array{ return Db::Query(' SELECT * from Artists diff --git a/templates/ArtworkForm.php b/templates/ArtworkForm.php index deb6a227..30ef4168 100644 --- a/templates/ArtworkForm.php +++ b/templates/ArtworkForm.php @@ -16,7 +16,7 @@ $isEditForm = $isEditForm ?? false; Name For existing artists, leave the year of death blank. - + AlternateNames as $alternateName){ ?>