jonassanoj / dbpro

DB Project 1
19 stars 1 forks source link

user_model: write change_usertype(), document it and get_usertypes(). #63

Closed tilman-schieber closed 12 years ago

tilman-schieber commented 12 years ago

line 45 implement change_usertype() so it changes the user specified by $uid to category number $utid. Document this function and get_usertypes using phpdoc.

tilman-schieber commented 12 years ago

The function should return true only successful. Documentation does not parse correctly. Please invest a bit more time next week.