openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 5aff1a06574a03d6f8e229ff6236a7038af5f20e
parent 27775fc204892c1064a1ca653a1dfea3139d1f33
Author: dankert <devnull@localhost>
Date:   Mon, 20 Dec 2004 23:05:21 +0100

print_r() entfernt

Diffstat:
themes/default/pages/html/link/prop.tpl.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/pages/html/link/prop.tpl.php b/themes/default/pages/html/link/prop.tpl.php @@ -34,7 +34,7 @@ </tr> <tr> <td width="50%" class="f2"><?php echo lang('GLOBAL_created') ?></a></td> - <td width="50%" class="f2"><?php echo date(lang('DATE_FORMAT'),$create_date) ?>, <?php Html::printUser($create_user) ?><? print_r($create_user)?></td> + <td width="50%" class="f2"><?php echo date(lang('DATE_FORMAT'),$create_date) ?>, <?php Html::printUser($create_user) ?></td> </tr> <tr> <td width="50%" class="f2"><?php echo lang('GLOBAL_lastchange') ?></a></td>