[Jifty-commit] r4209 - in apps/CASPlus/trunk: lib/CASPlus/Model

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Oct 4 09:00:14 EDT 2007


Author: sterling
Date: Thu Oct  4 09:00:12 2007
New Revision: 4209

Modified:
   apps/CASPlus/trunk/   (props changed)
   apps/CASPlus/trunk/lib/CASPlus/Model/User.pm

Log:
 r12842 at dynpc145:  andrew | 2007-10-04 07:59:18 -0500
 Adding a _brief_description pointing to username.


Modified: apps/CASPlus/trunk/lib/CASPlus/Model/User.pm
==============================================================================
--- apps/CASPlus/trunk/lib/CASPlus/Model/User.pm	(original)
+++ apps/CASPlus/trunk/lib/CASPlus/Model/User.pm	Thu Oct  4 09:00:12 2007
@@ -132,6 +132,8 @@
 
 =cut
 
+sub _brief_description { 'username' }
+
 sub name { shift->username }
 
 =head2 profile 


More information about the Jifty-commit mailing list