diff options
author | Nathan Kinkade <nath@nkinka.de> | 2014-02-07 18:04:17 +0000 |
---|---|---|
committer | Nathan Kinkade <nath@nkinka.de> | 2014-02-07 18:04:17 +0000 |
commit | f43ee1d764c2e45da796882c48c993d7872be0aa (patch) | |
tree | f5f909f03074e6c6c92c4fff8c8d113cbeb9e3de | |
parent | 5f276a29ae0041b63ec84bef909fdb11cb3f8751 (diff) |
Link to charges for the given case.
-rw-r--r-- | interesting_defendants/interesting_defendants.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interesting_defendants/interesting_defendants.php b/interesting_defendants/interesting_defendants.php index 1bff4a7..0b8500f 100644 --- a/interesting_defendants/interesting_defendants.php +++ b/interesting_defendants/interesting_defendants.php @@ -65,6 +65,7 @@ if ( $st->execute() ) { </td> <td>{$case['name']}</td> <td>{$case['date_birth']}</td> + <td>[<a href='http://li554-21.members.linode.com/charges.php?case_id={$case['id']}&case_no={$case['court_case_no']}'>charges</a>]</td> </tr> HTML; |