ujanjan / phurl

Automatically exported from code.google.com/p/phurl
0 stars 0 forks source link

admin page alias row shows wrong #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by hcblahb...@gmail.com on 3 Jul 2010 at 8:07

GoogleCodeExporter commented 8 years ago
Fixed in Beta 3.1

Original comment by hcblahb...@gmail.com on 3 Jul 2010 at 8:23