Skip to content

Instantly share code, notes, and snippets.

@msonnabaum
Created May 24, 2011 16:54
Show Gist options
  • Select an option

  • Save msonnabaum/989109 to your computer and use it in GitHub Desktop.

Select an option

Save msonnabaum/989109 to your computer and use it in GitHub Desktop.
<?php
function blah_init() {
global $user;
if ($user->uid = 1) {
// do something
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment