Welcome Guest, Not a member yet? Register   Sign In
Form Validation config called by URL not Method?
#11

[eluser]TheFuzzy0ne[/eluser]
[quote author="theshiftexchange" date="1242421348"]
so its either

a) undocumented feature
or
b) bug[/quote]

If you work for Microsoft, they are both the same thing.
#12

[eluser]Dam1an[/eluser]
@Fuzzy: Even with all the marketing execs, no amount of BS will be able to make the blue screen of death a feature Tongue
#13

[eluser]TheFuzzy0ne[/eluser]
You've gotta be kidding. Have you seen the "BSOD screensaver"!!

It's available from Microsoft themselves - http://technet.microsoft.com/en-gb/sysin...97558.aspx.
#14

[eluser]TheFuzzy0ne[/eluser]
Code:
foreach ($app_module as $module)
{
    $bugs += get_bug_count($module);
    $features += get_feature_count($module);
}

if (is_microsoft_app())
{
    $features += $bugs;
    $bugs = 0;
}
#15

[eluser]Dam1an[/eluser]
Fuzzy, I started reading that, hinking wtf, thinking you posted some code in the wrong thread, then I read the if(is_microsoft_app()) line and it all made sense Wink

The problem is, that code is too legible to be part of a MS code bse
#16

[eluser]theshiftexchange[/eluser]
In case anyone does a forum search and finds this post;

I've since discovered someone else posted a bug report about this a few weeks ago.

http://codeigniter.com/bug_tracker/bug/7462/

Check that for updates if this problem affects you aswell.




Theme © iAndrew 2016 - Forum software by © MyBB