Browse Source

fixed error in id_search

main
Simon Bowie 2 years ago
parent
commit
5be1289e6a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      site/public/id_search.php

+ 2
- 2
site/public/id_search.php View File

<br><br> <br><br>


<?php <?php
if ($result['title']):
if (isset($result['title'])):
?> ?>


Title: Title:
?> ?>


<?php <?php
if ($result['abstract']):
if (isset($result['abstract'])):
?> ?>


Abstract: Abstract:

Loading…
Cancel
Save