Reviewed & tested by the community
Project:
Webcam field
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2011 at 04:02 UTC
Updated:
13 Sep 2013 at 17:59 UTC
Jump to comment: Most recent file
Comments
Comment #1
moonray commentedGood catch. Obviously I'm borrowing some code from link module. :)
Fixed in Git.
Comment #3
MtRoxx commentedInteresting, I just hit this issue with the current (Jan 29, 2012) download.
Comment #4
rmontero commentedHey moonray,
I can confirm what Mt_Roxx said. I too see this still.
Also, if it is an exact replica why not do something like: https://gist.github.com/2504372 where you have your function use link_validate_url if module_exists('links') == TRUE and fall back to valid_url otherwise. This would be only if you really don't want to create a dependency to the links module, which would be the other workaround.
If you want I can contribute that as patch.
Comment #5
rmontero commentedHere is a patch with my proposed fix.
Comment #6
sjpatrick commentedI have reviewed and tested this patch and find that it addresses our problem just fine.
I would really like to get this patch moved into the main branch.