Closed (won't fix)
Project:
Drupal.org CVS applications
Component:
miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2011 at 09:46 UTC
Updated:
28 Feb 2011 at 05:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
nikita petrov commentedThis is the source code of my module
Comment #2
Scyther commented1. Don't use t() inside hook_schema.
2. Should begin with module name and have only uppercase letters.
define("cAssistActionUrl", "https://test.assist.ru/shops/purchase.cfm");3. Read http://drupal.org/coding-standards and use http://drupal.org/project/coder to check your code and make changes.
Comment #3
avpadernoPlease read all the following and the links provided as this is very important information about your CVS Application.
Drupal.org has moved from CVS to Git! This is a very significant change for the Drupal community and for your application. Please read the following documentation on how this affects and benefits you and the application process:Migrating from CVS Applications to (Git) Full Project Applications.