Index: trunk/extensions/Wikidata/OmegaWiki/Record.php |
— | — | @@ -110,11 +110,6 @@ |
111 | 111 | } |
112 | 112 | |
113 | 113 | public function tostring_indent( $depth = 0, $key = "" ) { |
114 | | - // FIXME why is this called when viewing a WikiData page? |
115 | | - // anyway, throws a Warning: get_class() expects parameter 1 to be object, string given |
116 | | - // does it work still? In doubt: disabled! |
117 | | - return ""; |
118 | | -/* |
119 | 114 | $rv = "\n" . str_pad( "", $depth * 8 ); |
120 | 115 | $str = $this->getStructure(); |
121 | 116 | $type = $str->getStructureType(); |
— | — | @@ -136,7 +131,6 @@ |
137 | 132 | } |
138 | 133 | $rv .= "}"; |
139 | 134 | return $rv; |
140 | | -*/ |
141 | 135 | } |
142 | 136 | |
143 | 137 | } |