Module: appdb Branch: master Commit: 8fffa02d9d0f5e5019e498b68cdc9a7930b222a4 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=8fffa02d9d0f5e5019e498b68...
Author: Alexander Nicolaysen Sørnes alexsornes@gmail.com Date: Sun Apr 24 12:35:46 2011 +0200
Make it possible to edit Common Replies
---
include/commonReply.php | 149 ++++++++++++++++++++ include/objectManagerBase.php | 53 +++++++ include/sidebar_admin.php | 1 + include/tag.php | 308 +++++++++++++++++++++++++++++++++++++++++ include/tag_CommonReply.php | 16 ++ objectManager.php | 4 + tables/appdb_tables.sql | 38 +++++ 7 files changed, 569 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/appdb.git/?a=commitdiff;h=8fffa02d9d0f5e5019e49...