dpillot     2005/11/25 12:34:09 CET

  Modified files:
    core/src/webapp/jsp/jahia/engines/importexport dispPickers.jsp 
  Log:
  commented useless metadata
  
  Revision  Changes    Path
  1.6       +6 -3      
jahia/core/src/webapp/jsp/jahia/engines/importexport/dispPickers.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/engines/importexport/dispPickers.jsp.diff?r1=1.5&r2=1.6&f=h
  
  
  
  Index: dispPickers.jsp
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/engines/importexport/dispPickers.jsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- dispPickers.jsp   23 Nov 2005 16:17:44 -0000      1.5
  +++ dispPickers.jsp   25 Nov 2005 11:34:08 -0000      1.6
  @@ -20,7 +20,7 @@
        * yet another new window to display some infos about Pickers.
        *
        * @author joe pillot
  -     * @version $Id: dispPickers.jsp,v 1.5 2005/11/23 16:17:44 dpillot Exp $
  +     * @version $Id: dispPickers.jsp,v 1.6 2005/11/25 11:34:08 dpillot Exp $
        */
   
       private static final String bundle_prefix = 
"org.jahia.engines.importexport.contentpick";
  @@ -394,8 +394,8 @@
                                   String lastcontributor ="";
                                   String lastpublishingdate ="";
                                   try {
  -                                    author = 
co.getMetadata("creator").getValue(null, EntryLoadRequest.CURRENT);
  -                                    lastcontributor = 
co.getMetadata("lastcontributor").getValue(null, EntryLoadRequest.CURRENT);
  +                                    //author = 
co.getMetadata("creator").getValue(null, EntryLoadRequest.CURRENT);
  +                                    //lastcontributor = 
co.getMetadata("lastcontributor").getValue(null, EntryLoadRequest.CURRENT);
                                       lastpublishingdate = 
co.getMetadata("lastPublishingDate").getValue(null, EntryLoadRequest.CURRENT);
   
                                   } catch (JahiaException e) {
  @@ -447,6 +447,9 @@
       }
       /**
        * $Log: dispPickers.jsp,v $
  +     * Revision 1.6  2005/11/25 11:34:08  dpillot
  +     * commented useless metadata
  +     *
        * Revision 1.5  2005/11/23 16:17:44  dpillot
        * layout finalisation
        *
  

Reply via email to