Remove debugging dump

pull/1/head
Victor Dubiniuk 11 years ago committed by Tobias Hintze
parent aef0059d8c
commit b4add460d2

@ -4,7 +4,7 @@
<table class="documentslist" > <table class="documentslist" >
<?php foreach($_['list'] as $entry) { ?> <?php foreach($_['list'] as $entry) { ?>
<tr> <tr>
<td width="1"> <?php var_dump($entry) ?> <td width="1">
<img align="left" src="<?php p(\OCP\Util::linkToAbsolute('office','ajax/thumbnail.php').'?filepath='.urlencode($entry['url'])) ?>" /> <img align="left" src="<?php p(\OCP\Util::linkToAbsolute('office','ajax/thumbnail.php').'?filepath='.urlencode($entry['url'])) ?>" />
</td> </td>
<td width="1"> <td width="1">

Loading…
Cancel
Save