Modified:
/trunk/vanillaapp/views/problems/my.php
=======================================
--- /trunk/vanillaapp/views/problems/my.php Sat Jul 10 22:16:31 2010
+++ /trunk/vanillaapp/views/problems/my.php Sat Jul 10 22:18:29 2010
@@ -74,7 +74,7 @@
if(obj.aData[0] == "DRAFT" ||
<?=($this->IsAdmin() ? 1 : 0)?>) {
ret += '<a href="<?=Url("/problems/edit/")?>'
+ id + '">Edit</a>';
ret += ' | ';
- ret += "<a href=\"#\"
onclick=\"confirmDeletion('<?=Url("/problems/delete/")?>" + id + "',
this);\">Delete</a>";
+ ret += "<a href=\"#\"
onclick=\"confirmDeletion('<?=Url("/problems/delete/")?>/" + id + "',
this);\">Delete</a>";
}
return ret;