Fix for Code

  1.   <?php
  2.  
  3. if (arg(0) == 'user' && is_numeric(arg(1))) {
  4. $account = user_load(arg(1));
  5.  global $user;
  6.   if ($user->uid == $account->uid) {
  7.  
  8.     $output .= 'Sie sind doof.</a>';
  9.  
  10. print $output;
  11.  
  12.   }
  13. }
  14. ?>

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.