Closed (fixed)
Project:
Adaptive Image
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2013 at 08:22 UTC
Updated:
11 Feb 2013 at 16:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
n1k commentedHi,
This patch should validate the input and show an error message if some commas are missing.
Comment #2
sanduhrsCan be combined into one line.
Adhere to the coding standards http://drupal.org/coding-standards#functcall
Please don't use abbreviations.
Adhere to the coding standards http://drupal.org/coding-standards#controlstruct
The first parameter is the form elements name, so probably lower case.
All only minor things, please correct them for the patch to be committed.
Thanks.
Comment #3
n1k commentedAdjusted patch to coding standards.
Comment #4
n1k commentedFixed file.
Comment #5
n1k commentedAnd fixed it again.
Comment #6
sanduhrsCommitted and pushed to 7.x-1.x.
Thanks!