Changelog + scrambled paper

This commit is contained in:
Kearel
2015-08-13 01:16:00 -05:00
parent ecaf43440b
commit 93959dc83d
4 changed files with 23 additions and 6 deletions

View File

@@ -389,9 +389,7 @@ datum/borrowbook // Datum used to keep track of who has borrowed what when and f
if(isnum(orderid))
var/nhref = "src=\ref[src];targetid=[orderid]"
spawn() src.Topic(nhref, params2list(nhref), src)
if(href_list["sort"])
if(href_list["sort"] != "author" && href_list["sort"] != "title" && href_list["sort"] != "category")
return
if(href_list["sort"] in list("author", "title", "category"))
sortby = href_list["sort"]
src.add_fingerprint(usr)
src.updateUsrDialog()