Mercurial > hg > extraction-interface
diff interface/add_dynasty.php @ 7:0e9a7c69f22c
add editing records/log into TOC correction list page, more editing records could be shown on the TOC page
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 06 Feb 2015 09:44:17 +0100 |
parents | cbbb7ef22394 |
children |
line wrap: on
line diff
--- a/interface/add_dynasty.php Thu Feb 05 16:07:53 2015 +0100 +++ b/interface/add_dynasty.php Fri Feb 06 09:44:17 2015 +0100 @@ -37,7 +37,7 @@ $result=mysql_query($query); if(!$result){ - echo json_encode("Failed during querying records."); + echo json_encode("Failed during querying books records."); return; } while($row=mysql_fetch_assoc($result)){