Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1.  $html .= "<option"; if ($k == $album_info['album_privacy']) $html .= " selected='true'"; $html .= " value='{$k}'>".SE_Language::get($v)."</option>";
  2.                                                                         $html .= "<option".(($k == $album_info['album_privacy'])?" selected='true'":"")." value='{$k}'>".SE_Language::get($v)."</option>";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement