Closed (fixed)
Project:
Link 404 checker
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2008 at 21:32 UTC
Updated:
9 Oct 2008 at 06:41 UTC
PHP reports an error in line 17 of the .install file.
Comments
Comment #1
melon commentedLine 17 contains:
"field_name" varchar(254) NOT NULL,which should be:
"field_name varchar(254) NOT NULL,".I didn't create a patch, because the .install file doesn't have a cvs tag.
Comment #2
dgtlmoon commentedheres my patch, the install file is pretty poorly formatted
Comment #3
dgtlmoon commentedAlrite,. drupal.org seems to be having issues attaching files right now
Apprently this should be attached here http://drupal.org/files/link_check_install.patch
Comment #4
jredding commentedcommitted.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.