? define.patch
Index: weblinks.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/weblinks/weblinks.module,v
retrieving revision 1.86.2.85.2.33
diff -u -p -r1.86.2.85.2.33 weblinks.module
--- weblinks.module	9 Jun 2009 14:49:19 -0000	1.86.2.85.2.33
+++ weblinks.module	20 Oct 2009 13:45:51 -0000
@@ -7,7 +7,7 @@
  * Drupal 6 Version
  */
 
-  define(WEBLINKS_OVERVIEW_PATH, 'admin/content/weblinks');
+  define('WEBLINKS_OVERVIEW_PATH', 'admin/content/weblinks');
   if (module_exists('token')) {
     include(drupal_get_path('module', 'weblinks') .'/token_weblinks.inc');
   }
