* Update web view with shared accounts

* Update TODO
This commit is contained in:
root
2010-10-27 11:12:33 +02:00
parent 6568acbae7
commit ed8225407c
3 changed files with 26 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ class User
foreach($this->categories as $i => $category)
if ($category["id"] == "$id") return $category;
return "";
return LoadCategory($this, $id);
}
function GetAccountName($id)