Fixing syntax errors.

CommentFileSizeAuthor
#1 crm_core-syntax-errors-1578616..patch10.96 KBAnonymous (not verified)

Comments

Anonymous’s picture

StatusFileSize
new10.96 KB
dealancer’s picture

Status: Active » Needs work

Hi Paul!

Thanks! For a patch! The typos are really fun.

Patch looks good, except:

+++ b/modules/crm_user_sync/crm_user_sync.moduleundefined
@@ -90,6 +90,7 @@ function crm_user_sync_user_profile_form_submit($form, &$form_state) {
   if (!isset($contact->contact_id)) {
+	// @TODO: Investigate how this variable should be used.
     $create = TRUE;

Indent should be a spaces, not tab.

dealancer’s picture

Status: Needs work » Fixed

Fixed indent and committed patch!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit a785eb0 on 7.x-1.x, development, import authored by paulbooker, committed by dealancer:
    Issue #1578616 by paulbooker: Fixed syntax errors.
    
    

  • Commit a785eb0 on 7.x-1.x, development, import, activity_pages authored by paulbooker, committed by dealancer:
    Issue #1578616 by paulbooker: Fixed syntax errors.