Created
May 25, 2011 06:41
-
-
Save msonnabaum/990462 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $uid = db_result(db_query("SELECT n.uid | |
| FROM content_type_profile ctp | |
| LEFT JOIN node n ON ctp.nid = n.nid | |
| WHERE field_blah_id_value = %d", $blah_id)); | |
| $account = user_load($uid); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment