From: <ro...@us...> - 2006-08-10 17:05:59
|
Revision: 299 Author: rouquin Date: 2006-08-10 09:23:55 -0700 (Thu, 10 Aug 2006) ViewCVS: http://svn.sourceforge.net/tcdb/?rev=299&view=rev Log Message: ----------- Whoops forgot to add the log on the last one. Here it is: Renamed right codes and added RIGHTS constants to Common Modified Paths: -------------- Website/App_Code/Common.cs Modified: Website/App_Code/Common.cs =================================================================== --- Website/App_Code/Common.cs 2006-08-10 16:22:36 UTC (rev 298) +++ Website/App_Code/Common.cs 2006-08-10 16:23:55 UTC (rev 299) @@ -1443,7 +1443,7 @@ public static string RIGHTS_AI_DELETE_CREATED = "ai_delete_created"; public static string RIGHTS_AI_DELETE_OTHER = "ai_delete_other"; public static string RIGHTS_AI_REASSIGN_OTHER = "ai_reassign_other"; - + public static string RIGHTS_WO_VIEW_MY = "wo_view_my"; public static string RIGHTS_WO_VIEW_CREATED = "wo_view_created"; public static string RIGHTS_WO_VIEW_OTHER = "wo_view_other"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |