if (4 == 5) …

From my own code:

$application_id = 4; // Always 5 for this application

(It’s possible it’s supposed to be three.)

One thought on “if (4 == 5) …

  1. just pixels says:

    Who uses underscores in variable names anymore? If you want to use the underscore the comment needs to be in the same style:

    $application_id = 4; /* always 5 for this application */

Leave a Reply

Your email address will not be published. Required fields are marked *