[Cs-webapplibs-commits] SF.net SVN: cs-webapplibs:[219] trunk/current
Status: Beta
Brought to you by:
crazedsanity
From: <cra...@us...> - 2011-11-27 23:06:12
|
Revision: 219 http://cs-webapplibs.svn.sourceforge.net/cs-webapplibs/?rev=219&view=rev Author: crazedsanity Date: 2011-11-27 23:06:06 +0000 (Sun, 27 Nov 2011) Log Message: ----------- Minor wording change + newline on VERSION file. Modified Paths: -------------- trunk/current/VERSION trunk/current/setup/genericPermissions.pgsql.sql Modified: trunk/current/VERSION =================================================================== --- trunk/current/VERSION 2011-11-24 02:06:22 UTC (rev 218) +++ trunk/current/VERSION 2011-11-27 23:06:06 UTC (rev 219) @@ -4,3 +4,4 @@ VERSION: 0.4.0 PROJECT: cs-webapplibs $HeadURL$ + Modified: trunk/current/setup/genericPermissions.pgsql.sql =================================================================== --- trunk/current/setup/genericPermissions.pgsql.sql 2011-11-24 02:06:22 UTC (rev 218) +++ trunk/current/setup/genericPermissions.pgsql.sql 2011-11-27 23:06:06 UTC (rev 219) @@ -1,7 +1,7 @@ -- -- Group table --- Enumerates a list of permissions for a specific group: i.e. for "blog", this could list "create", "edit", and "delete" (among others). +-- Enumerates a list of permissions for a specific group: e.g. for "blog", this could list "create", "edit", and "delete" (among others). -- CREATE TABLE cswal_group_table ( group_id serial NOT NULL PRIMARY KEY, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |