Project

General

Profile

« Previous | Next » 

Revision 48650990

Added by Andreas Kohlbecker almost 14 years ago

more footnotes

View differences:

modules/cdm_dataportal/classes/footnotemanager.php
58 58
     * @param $themeArguments
59 59
     * @return unknown_type
60 60
     */
61
    public static function addNewFootnote($footnoteListKey, $object, $theme = NULL, $themeArguments = array()){
61
    public static function addNewFootnote($footnoteListKey, $object = null, $theme = NULL, $themeArguments = array()){
62 62

  
63
      if(!$object){
64
      	return false;
65
      }
66
    	
63 67
      if(!array_key_exists($footnoteListKey, self::$fnstore)){
64 68
          self::$fnstore[$footnoteListKey] = array();
65 69
      }

Also available in: Unified diff