Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
if($acctupdated == 1 && $switchupdated == 1){ $pass_status = 1; } elseif($acctupdated == -1 OR $switchupdated == -1) { $pass_status = -1; } else { $pass_status = 0; } print $pass_status;
This paste will be private.
From the Design Piracy series on my blog: