Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Petr Snobelt 923 posts 1535 karma points
    Sep 09, 2009 @ 13:09
    Petr Snobelt
    0

    How to post source code changes?

    Hello,

    I want to know how to post source code suggestions?

    For example in "umbraco\presentation\template.cs" line 401 there is SQL

    select nodeId, alias, master, text, design  from cmsTemplate
              inner join umbracoNode node on node.id = cmsTemplate.nodeId
    where nodeId = @templateID

    inner join isn't needed. There should be

    select nodeId, alias, master, text, design  from cmsTemplate
    where nodeId = @templateID

    Thank you for info

     

  • Bert 128 posts 251 karma points
    Sep 09, 2009 @ 13:17
    Bert
    1

    Codeplex right side 'submit a patch'

Please Sign in or register to post replies

Write your reply to:

Draft