[AppDB] Fix admin/adminScreenshots.php to work again.

Tony Lambregts tony.lambregts at gmail.com
Sat Aug 6 21:05:57 CDT 2005


Change Log: Fix admin/adminScreenshots.php to work again.

Files Changed: admin/adminScreenshots.php







-------------- next part --------------
Index: admin/adminScreenshots.php
===================================================================
RCS file: /home/wine/appdb/admin/adminScreenshots.php,v
retrieving revision 1.5
diff -u -r1.5 adminScreenshots.php
--- admin/adminScreenshots.php	29 Jul 2005 02:00:53 -0000	1.5
+++ admin/adminScreenshots.php	7 Aug 2005 01:57:17 -0000
@@ -6,7 +6,7 @@
 
 include("path.php");
 include(BASE."include/incl.php");
-require(BASE."include/screenshot.php");
+require_once(BASE."include/screenshot.php");
 require(BASE."include/application.php");
 require(BASE."include/mail.php");
 


More information about the wine-patches mailing list