Forgot your password?

typodupeerror

Comment: Re:Blind leading the blind (Score 1) 88

by larpon (#35451712) Attached to: Drupal 8 Development Begins — 15 Bugs At a Time

1. select count(*) from bugstore where bug_level='critical';

That's soooo Drupal 6 in Drupal 7 we do awesomo stuff like:
db_select('bugstore', 'b')->fields('b')->condition('bug_level', 'critical')->execute();

that must have been the system that took them the 2,5 years from D6 to D7 - wrapping various home rolled PHP functions to SQL statements.

Comment: Re:You see? They *are* changing their business mod (Score 5, Insightful) 369

by larpon (#34927242) Attached to: Sony, Universal Hope To Beat Piracy With 'Instant Pop'

it was definitely money well spent.

Not if you live in a country where you don't need a license to serve liquor and listen to music at your own private and personal wedding.
Why is it that authorities need to have all this control? It pisses me off.

One good turn asketh another. -- John Heywood

Working...