Guest User

Untitled

a guest
Jul 20th, 2016
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.44 KB | None | 0 0
  1. if ( !user_exists( $t_single_user_id ) || empty( user_get_accessible_projects( $t_single_user_id ) )
  2. {
  3.     echo '<option value="' . $t_single_user_id . '" selected class="negative">' . plugin_lang_get( 'missing_user', 'EmailReporting' ) . ': ' . $t_single_user_id . '</option>';
  4. }
  5.  
  6.  
  7.  PHP Fatal error:  Can't use function return value in write context in /srv/www/soleomantis.com/public_html/mantis/plugins/EmailReporting/core/config_api.php on line 1
Add Comment
Please, Sign In to add comment