Author: sevein
Date: Fri Oct 29 15:05:35 2010
New Revision: 8686

Log:
protected better than public.

Modified:
   trunk/apps/qubit/modules/search/actions/descriptionUpdatesAction.class.php

Modified: 
trunk/apps/qubit/modules/search/actions/descriptionUpdatesAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/search/actions/descriptionUpdatesAction.class.php  
Fri Oct 29 15:01:33 2010        (r8685)
+++ trunk/apps/qubit/modules/search/actions/descriptionUpdatesAction.class.php  
Fri Oct 29 15:05:35 2010        (r8686)
@@ -38,7 +38,7 @@
       'sort'
     );
 
-  public function addField($name)
+  protected function addField($name)
   {
     switch ($name)
     {

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to