|
From: Benjamin C. <bc...@us...> - 2002-04-26 12:02:16
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv20401
Modified Files:
bug.php
Log Message:
Fixes bug #548694
Index: bug.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/bug.php,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- bug.php 12 Apr 2002 00:32:48 -0000 1.98
+++ bug.php 26 Apr 2002 12:02:13 -0000 1.99
@@ -216,7 +216,7 @@
));
} else {
$rs->fetchInto($row);
- $t->set_var(array(
+ $t->assign(array(
'oldpostedby' => $row['login'],
'oldpostedon' => date(TIME_FORMAT,$row['created_date']).' on '.
date(DATE_FORMAT,$row['created_date']),
|