Remove debugging dump

This commit is contained in:
Victor Dubiniuk 2013-07-01 19:53:27 +03:00 committed by Tobias Hintze
parent aef0059d8c
commit b4add460d2

View File

@ -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">