[AppDB] Fix Edit Application Family Backlink

Tony Lambregts tony.lambregts at gmail.com
Tue Jan 24 22:56:42 CST 2006


Change Log: Fix Edit Application Family Backlink

Files Changed:  admin/editAppFamily.php



-------------- next part --------------
Index: admin/editAppFamily.php
===================================================================
RCS file: /home/wine/appdb/admin/editAppFamily.php,v
retrieving revision 1.33
diff -u -r1.33 editAppFamily.php
--- admin/editAppFamily.php	16 Oct 2005 04:24:38 -0000	1.33
+++ admin/editAppFamily.php	25 Jan 2006 04:53:53 -0000
@@ -100,7 +100,7 @@
     echo html_frame_end();
     echo "</form>";
 
-    echo html_back_link(1,BASE."appview.php?appId=$ob->appId");
+    echo html_back_link(1,BASE."appview.php?appId=$oApp->iAppId");
 }
 
 apidb_footer();


More information about the wine-patches mailing list