Actually both 7.x-1.x and 6.x-1.x

usermerge.module uses php short tag form to open <? rather than <?php which breaks on lots of systems (like mine :) also http://drupal.org/coding-standards#phptags Trivial patches to follow. Any chance of changing it. Cheers.

Comments

ekes’s picture

Patches for 6 and 7.

greggles’s picture

Status: Active » Reviewed & tested by the community

Seems ready to me.

danchadwick’s picture

Agreed. Please commit.

greggles’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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

  • Commit 3464b7c on 7.x-1.x, 8.x-1.x, 7.x-2.x, 7.x-2.x-api authored by ekes, committed by greggles:
    Issue #1308866 by ekes: PHP code tags