Index: trunk/psModules/src/concepts/pmConceptsPhotcode.h
===================================================================
--- trunk/psModules/src/concepts/pmConceptsPhotcode.h	(revision 13410)
+++ trunk/psModules/src/concepts/pmConceptsPhotcode.h	(revision 19021)
@@ -4,6 +4,6 @@
  * @author Eugene Magnier, IfA
  *
- * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-05-17 21:35:51 $
+ * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-08-12 03:27:14 $
  * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
  */
@@ -15,10 +15,10 @@
 /// @{
 
-/// Return the photcode based on the PHOTCODE.RULE in the PHASE2 recipe
+/// Return the photcode based on the PHOTCODE.RULE in the camera configuration
 ///
 /// A photometry code ("photcode") is a string that represents the combination of filter and detector (chip).
 /// This functions generates a photcode for a particular chip within the FPA, based on the PHOTCODE.RULE in
-/// the PHASE2 recipe.  Interpolation using the usual syntax (e.g., "{CHIP.NAME}") is permitted.
-psString pmConceptsPhotcodeForView(pmConfig *config, pmFPAfile *file, const pmFPAview *view);
+/// the camera configuration.  Interpolation using the usual syntax (e.g., "{CHIP.NAME}") is permitted.
+psString pmConceptsPhotcodeForView(pmFPAfile *file, const pmFPAview *view);
 
 /// @}
