From: Anthony Talarico Date: Mon, 1 May 2017 16:42:01 +0000 (-0400) Subject: checking for search fields index in admin list view beforehand to fix php notices X-Git-Tag: v1.0.0^2~5 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=fd974d82b8df378e4bf9d1c9f5ace20baddcfa6a;p=WP-Plugins%2Fglm-member-db-obits.git checking for search fields index in admin list view beforehand to fix php notices adding check for the search fields array when setting the value in the admin list view search fields. This removes the undefined index notice from the admin list search fields section --- diff --git a/views/admin/obits/list.html b/views/admin/obits/list.html index 668064d..9bba5c2 100644 --- a/views/admin/obits/list.html +++ b/views/admin/obits/list.html @@ -7,7 +7,7 @@ {if $obitDeleteError}Obit Delete Error{/if} {/if} - +{debug}
@@ -17,22 +17,22 @@
- +
@@ -41,7 +41,8 @@ +