What steps will reproduce the problem?
1.At admin page, the row of alias show the previous alias, if the value is
null.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Phurl 2.0b3
Please provide any additional information below.
I think that source code needs some changes like the following...
--- admin/index.php 2010-06-06 18:24:56.070944575 +0800
+++ admin/index.php 2010-06-06 18:26:01.778941742 +0800
@@ -69,6 +69,7 @@
"<td>$u_date_added</td>\n".
"<td><a href=\"javascript:delete_url($u_id);\">Delete</a></td>\n".
"</tr>\n";
+ unset($u_id, $u_code, $u_alias, $u_url, $u_date_added);
}
echo "</table>\n";
Original issue reported on code.google.com by renn...@gmail.com on 6 Jun 2010 at 10:30
Original issue reported on code.google.com by
renn...@gmail.com
on 6 Jun 2010 at 10:30