This website works better with JavaScript.
Home
Explore
Help
Sign In
WP6
/
patents_search_php
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
added 'year' to random result page
main
Simon Bowie
2 years ago
parent
053ef69e29
commit
095725091d
1 changed files
with
8 additions
and
0 deletions
Split View
Show Diff Stats
+8
-0
site/public/random.php
+ 8
- 0
site/public/random.php
View File
@@ -38,6 +38,14 @@ $publication_details = get_publication_details($random_record['doc_ref']);
<br><br>
Year:
<?php
echo $random_record['year'];
?>
<br><br>
EPO publication:
<a href=<?php echo $random_record['epo_publication_url']; ?>>
Write
Preview
Loading…
Cancel
Save