|
From: FlorinCB <ory...@us...> - 2008-12-08 23:57:26
|
Update of /cvsroot/mxbb/core/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv17865 Modified Files: mx_functions_tools.php Log Message: :) Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** mx_functions_tools.php 6 Nov 2008 00:39:21 -0000 1.51 --- mx_functions_tools.php 8 Dec 2008 23:57:18 -0000 1.52 *************** *** 1210,1214 **** if ( !$result = $db->sql_query( $sql ) ) { ! mx_message_die( GENERAL_ERROR, "Couldn't insert into $table ", "", __LINE__, __FILE__, $sql ); } } --- 1210,1214 ---- if ( !$result = $db->sql_query( $sql ) ) { ! //mx_message_die( GENERAL_ERROR, "Couldn't insert into $table ", "", __LINE__, __FILE__, $sql ); } } *************** *** 1249,1253 **** if ( !$result = $db->sql_query( $sql ) ) { ! mx_message_die( GENERAL_ERROR, "Couldn't insert into $table ", "", __LINE__, __FILE__, $sql ); } } --- 1249,1253 ---- if ( !$result = $db->sql_query( $sql ) ) { ! //mx_message_die( GENERAL_ERROR, "Couldn't insert into $table ", "", __LINE__, __FILE__, $sql ); } } *************** *** 1270,1274 **** if ( !$result = $db->sql_query( $sql ) ) { ! mx_message_die( GENERAL_ERROR, "Couldn't delete $table information", "", __LINE__, __FILE__, $sql ); } } --- 1270,1274 ---- if ( !$result = $db->sql_query( $sql ) ) { ! //mx_message_die( GENERAL_ERROR, "Couldn't delete $table information", "", __LINE__, __FILE__, $sql ); } } *************** *** 1755,1759 **** else { ! mx_message_die(GENERAL_ERROR, 'Bad notify pars - no to_id'); } --- 1755,1759 ---- else { ! //mx_message_die(GENERAL_ERROR, 'Bad notify pars - no to_id'); } *************** *** 1781,1785 **** else { ! mx_message_die(GENERAL_ERROR, 'Error: no subject or no message'); } } --- 1781,1785 ---- else { ! //mx_message_die(GENERAL_ERROR, 'Error: no subject or no message'); } } *************** *** 1811,1815 **** default: ! mx_message_die(GENERAL_ERROR, 'Bad notify type'); } } --- 1811,1815 ---- default: ! //mx_message_die(GENERAL_ERROR, 'Bad notify type'); } } *************** *** 1886,1890 **** if ( !($result = $db->sql_query($sql)) ) { ! mx_message_die(GENERAL_MESSAGE, $lang['No_such_user']); } --- 1886,1890 ---- if ( !($result = $db->sql_query($sql)) ) { ! //mx_message_die(GENERAL_MESSAGE, $lang['No_such_user']); } *************** *** 1904,1908 **** if ( !$result = $db->sql_query($sql) ) { ! mx_message_die(GENERAL_ERROR, 'Could not find oldest privmsgs (inbox)', '', __LINE__, __FILE__, $sql); } --- 1904,1908 ---- if ( !$result = $db->sql_query($sql) ) { ! //mx_message_die(GENERAL_ERROR, 'Could not find oldest privmsgs (inbox)', '', __LINE__, __FILE__, $sql); } *************** *** 1915,1919 **** if ( !$db->sql_query($sql) ) { ! mx_message_die(GENERAL_ERROR, 'Could not delete oldest privmsgs (inbox)'.$sql, '', __LINE__, __FILE__, $sql); } --- 1915,1919 ---- if ( !$db->sql_query($sql) ) { ! //mx_message_die(GENERAL_ERROR, 'Could not delete oldest privmsgs (inbox)'.$sql, '', __LINE__, __FILE__, $sql); } *************** *** 1923,1927 **** if ( !$db->sql_query($sql) ) { ! mx_message_die(GENERAL_ERROR, 'Could not delete oldest privmsgs text (inbox)', '', __LINE__, __FILE__, $sql); } } --- 1923,1927 ---- if ( !$db->sql_query($sql) ) { ! //mx_message_die(GENERAL_ERROR, 'Could not delete oldest privmsgs text (inbox)', '', __LINE__, __FILE__, $sql); } } *************** *** 1933,1937 **** if ( !($result = $db->sql_query($sql_info)) ) { ! mx_message_die(GENERAL_ERROR, "Could not insert/update private message sent info.", "", __LINE__, __FILE__, $sql_info); } --- 1933,1937 ---- if ( !($result = $db->sql_query($sql_info)) ) { ! //mx_message_die(GENERAL_ERROR, "Could not insert/update private message sent info.", "", __LINE__, __FILE__, $sql_info); } *************** *** 1943,1947 **** if ( !$db->sql_query($sql) ) { ! mx_message_die(GENERAL_ERROR, "Could not insert/update private message sent text.", "", __LINE__, __FILE__, $sql); } --- 1943,1947 ---- if ( !$db->sql_query($sql) ) { ! //mx_message_die(GENERAL_ERROR, "Could not insert/update private message sent text.", "", __LINE__, __FILE__, $sql); } *************** *** 1955,1959 **** if ( !$status = $db->sql_query($sql) ) { ! mx_message_die(GENERAL_ERROR, 'Could not update private message new/read status for user', '', __LINE__, __FILE__, $sql); } --- 1955,1959 ---- if ( !$status = $db->sql_query($sql) ) { ! //mx_message_die(GENERAL_ERROR, 'Could not update private message new/read status for user', '', __LINE__, __FILE__, $sql); } *************** *** 1996,2000 **** $msg = $lang['Message_sent'] . '<br /><br />' . sprintf($lang['Click_return_inbox'], '<a href="' . mx_append_sid("privmsg.$phpEx?folder=inbox") . '">', '</a> ') . '<br /><br />' . sprintf($lang['Click_return_index'], '<a href="' . mx_append_sid("index.$phpEx") . '">', '</a>'); ! mx_message_die(GENERAL_MESSAGE, $msg); } --- 1996,2000 ---- $msg = $lang['Message_sent'] . '<br /><br />' . sprintf($lang['Click_return_inbox'], '<a href="' . mx_append_sid("privmsg.$phpEx?folder=inbox") . '">', '</a> ') . '<br /><br />' . sprintf($lang['Click_return_index'], '<a href="' . mx_append_sid("index.$phpEx") . '">', '</a>'); ! //mx_message_die(GENERAL_MESSAGE, $msg); } *************** *** 2146,2150 **** default: ! mx_message_die(GENERAL_ERROR, 'Bad notify action'); } } --- 2146,2150 ---- default: ! //mx_message_die(GENERAL_ERROR, 'Bad notify action'); } } *************** *** 2161,2172 **** $admin_type = ADMIN; - $sql = "SELECT * - FROM " . USERS_TABLE . " - WHERE user_level = '$admin_type'"; if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, "Could not obtain author data", '', __LINE__, __FILE__, $sql ); } --- 2161,2189 ---- $admin_type = ADMIN; + + switch (PORTAL_BACKEND) + { + case 'internal': + + case 'phpbb2': + + $sql = "SELECT * + FROM " . USERS_TABLE . " + WHERE user_level = '$admin_type'"; + break; + + case 'phpbb3': + + $sql = "SELECT * + FROM " . USERS_TABLE . " + WHERE user_type = 1"; + break; + } + if ( !( $result = $db->sql_query( $sql ) ) ) { ! //mx_message_die( GENERAL_ERROR, "Could not obtain author data", '', __LINE__, __FILE__, $sql ); } *************** *** 2210,2214 **** if ( !($result = $db->sql_query($sql)) ) { ! mx_message_die(GENERAL_ERROR, 'Error getting user list for group', '', __LINE__, __FILE__, $sql); } --- 2227,2231 ---- if ( !($result = $db->sql_query($sql)) ) { ! //mx_message_die(GENERAL_ERROR, 'Error getting user list for group', '', __LINE__, __FILE__, $sql); } *************** *** 2256,2260 **** if (!$dir) { ! mx_message_die(GENERAL_ERROR, 'The module cache need a init dir.'); } --- 2273,2277 ---- if (!$dir) { ! //mx_message_die(GENERAL_ERROR, 'The module cache need a init dir.'); } *************** *** 2489,2493 **** if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, 'Couldnt Query Custom field', '', __LINE__, __FILE__, $sql ); } --- 2506,2510 ---- if ( !( $result = $db->sql_query( $sql ) ) ) { ! //mx_message_die( GENERAL_ERROR, 'Couldnt Query Custom field', '', __LINE__, __FILE__, $sql ); } *************** *** 2504,2508 **** if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, 'Couldnt Query Custom field', '', __LINE__, __FILE__, $sql ); } --- 2521,2525 ---- if ( !( $result = $db->sql_query( $sql ) ) ) { ! //mx_message_die( GENERAL_ERROR, 'Couldnt Query Custom field', '', __LINE__, __FILE__, $sql ); } *************** *** 2588,2592 **** if ( !( $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, 'Could not delete custom data', '', __LINE__, __FILE__, $sql ); } } --- 2605,2609 ---- if ( !( $db->sql_query( $sql ) ) ) { ! //mx_message_die( GENERAL_ERROR, 'Could not delete custom data', '', __LINE__, __FILE__, $sql ); } } *************** *** 2651,2655 **** if ( !( $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, 'Could not delete custom data', '', __LINE__, __FILE__, $sql ); } } --- 2668,2672 ---- if ( !( $db->sql_query( $sql ) ) ) { ! //mx_message_die( GENERAL_ERROR, 'Could not delete custom data', '', __LINE__, __FILE__, $sql ); } } *************** *** 2928,2937 **** if ( empty( $field_name ) ) { ! mx_message_die( GENERAL_ERROR, $lang['Missing_field'] ); } if ( ( ( $field_type != INPUT && $field_type != TEXTAREA ) && empty( $data ) ) ) { ! mx_message_die( GENERAL_ERROR, $lang['Missing_field'] ); } --- 2945,2954 ---- if ( empty( $field_name ) ) { ! //mx_message_die( GENERAL_ERROR, $lang['Missing_field'] ); } if ( ( ( $field_type != INPUT && $field_type != TEXTAREA ) && empty( $data ) ) ) { ! //mx_message_die( GENERAL_ERROR, $lang['Missing_field'] ); } *************** *** 2943,2947 **** if ( !( $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, 'Could not add the new fields', '', __LINE__, __FILE__, $sql ); } --- 2960,2964 ---- if ( !( $db->sql_query( $sql ) ) ) { ! //mx_message_die( GENERAL_ERROR, 'Could not add the new fields', '', __LINE__, __FILE__, $sql ); } *************** *** 2954,2958 **** if ( !( $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, 'Could not set the order for the giving field', '', __LINE__, __FILE__, $sql ); } } --- 2971,2975 ---- if ( !( $db->sql_query( $sql ) ) ) { ! //mx_message_die( GENERAL_ERROR, 'Could not set the order for the giving field', '', __LINE__, __FILE__, $sql ); } } *************** *** 2965,2969 **** if ( !( $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, 'Could not update information for the giving field', '', __LINE__, __FILE__, $sql ); } } --- 2982,2986 ---- if ( !( $db->sql_query( $sql ) ) ) { ! //mx_message_die( GENERAL_ERROR, 'Could not update information for the giving field', '', __LINE__, __FILE__, $sql ); } } *************** *** 2984,2988 **** if ( !( $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, 'Could not delete custom data', '', __LINE__, __FILE__, $sql ); } --- 3001,3005 ---- if ( !( $db->sql_query( $sql ) ) ) { ! //mx_message_die( GENERAL_ERROR, 'Could not delete custom data', '', __LINE__, __FILE__, $sql ); } *************** *** 2992,2996 **** if ( !( $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, 'Could not delete the selected field', '', __LINE__, __FILE__, $sql ); } } --- 3009,3013 ---- if ( !( $db->sql_query( $sql ) ) ) { ! //mx_message_die( GENERAL_ERROR, 'Could not delete the selected field', '', __LINE__, __FILE__, $sql ); } } *************** *** 3050,3054 **** if ( !$db->sql_query( $sql ) ) { ! mx_message_die( GENERAL_ERROR, 'Could not delete data from custom data table', '', __LINE__, __FILE__, $sql ); } --- 3067,3071 ---- if ( !$db->sql_query( $sql ) ) { ! //mx_message_die( GENERAL_ERROR, 'Could not delete data from custom data table', '', __LINE__, __FILE__, $sql ); } *************** *** 3060,3064 **** if ( !$db->sql_query( $sql ) ) { ! mx_message_die( GENERAL_ERROR, 'Could not add additional data', '', __LINE__, __FILE__, $sql ); } } --- 3077,3081 ---- if ( !$db->sql_query( $sql ) ) { ! //mx_message_die( GENERAL_ERROR, 'Could not add additional data', '', __LINE__, __FILE__, $sql ); } } *************** *** 3162,3166 **** $poll_length = ''; ! $error_die_function = ($error_die_function == '') ? "mx_message_die" : $error_die_function; $current_time = ($current_time == 0) ? time() : $current_time; --- 3179,3183 ---- $poll_length = ''; ! $error_die_function = ($error_die_function == '') ? "//mx_message_die" : $error_die_function; $current_time = ($current_time == 0) ? time() : $current_time; *************** *** 3211,3215 **** if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, "Could not obtain first_post_id data", '', __LINE__, __FILE__, $sql ); } --- 3228,3232 ---- if ( !( $result = $db->sql_query( $sql ) ) ) { ! //mx_message_die( GENERAL_ERROR, "Could not obtain first_post_id data", '', __LINE__, __FILE__, $sql ); } *************** *** 3429,3433 **** if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, "Could not obtain first_post_id data", '', __LINE__, __FILE__, $sql ); } --- 3446,3450 ---- if ( !( $result = $db->sql_query( $sql ) ) ) { ! //mx_message_die( GENERAL_ERROR, "Could not obtain first_post_id data", '', __LINE__, __FILE__, $sql ); } *************** *** 3447,3451 **** if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, 'Error in posting', '', __LINE__, __FILE__, $sql ); } --- 3464,3468 ---- if ( !( $result = $db->sql_query( $sql ) ) ) { ! //mx_message_die( GENERAL_ERROR, 'Error in posting', '', __LINE__, __FILE__, $sql ); } *************** *** 3458,3462 **** if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, 'Error in posting', '', __LINE__, __FILE__, $sql ); } --- 3475,3479 ---- if ( !( $result = $db->sql_query( $sql ) ) ) { ! //mx_message_die( GENERAL_ERROR, 'Error in posting', '', __LINE__, __FILE__, $sql ); } *************** *** 3464,3468 **** // Add search words // ! add_search_words('single', $first_post_id, stripslashes($message_update_first), stripslashes($subject_update_first)); } --- 3481,3497 ---- // Add search words // ! switch (PORTAL_BACKEND) ! { ! case 'internal': ! break; ! ! case 'phpbb2': ! phpBB2::add_search_words('single', $first_post_id, stripslashes($message_update_first), stripslashes($subject_update_first)); ! ! break; ! case 'phpbb3': ! //To do ! break; ! } } *************** *** 3506,3510 **** if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, "Could not obtain first_post_id data", '', __LINE__, __FILE__, $sql ); } --- 3535,3539 ---- if ( !( $result = $db->sql_query( $sql ) ) ) { ! //mx_message_die( GENERAL_ERROR, "Could not obtain first_post_id data", '', __LINE__, __FILE__, $sql ); } *************** *** 3524,3528 **** if (!$db->sql_query($sql)) { ! mx_message_die(GENERAL_ERROR, 'Error in deleting post', '', __LINE__, __FILE__, $sql); } --- 3553,3557 ---- if (!$db->sql_query($sql)) { ! //mx_message_die(GENERAL_ERROR, 'Error in deleting post', '', __LINE__, __FILE__, $sql); } *************** *** 3532,3536 **** if (!$db->sql_query($sql)) { ! mx_message_die(GENERAL_ERROR, 'Error in deleting post', '', __LINE__, __FILE__, $sql); } --- 3561,3565 ---- if (!$db->sql_query($sql)) { ! //mx_message_die(GENERAL_ERROR, 'Error in deleting post', '', __LINE__, __FILE__, $sql); } *************** *** 3543,3547 **** if (!$db->sql_query($sql)) { ! mx_message_die(GENERAL_ERROR, 'Error in deleting post', '', __LINE__, __FILE__, $sql); } --- 3572,3576 ---- if (!$db->sql_query($sql)) { ! //mx_message_die(GENERAL_ERROR, 'Error in deleting post', '', __LINE__, __FILE__, $sql); } *************** *** 3551,3555 **** if (!$db->sql_query($sql)) { ! mx_message_die(GENERAL_ERROR, 'Error in deleting post', '', __LINE__, __FILE__, $sql); } } --- 3580,3584 ---- if (!$db->sql_query($sql)) { ! //mx_message_die(GENERAL_ERROR, 'Error in deleting post', '', __LINE__, __FILE__, $sql); } } *************** *** 3576,3580 **** if (!($result = $db->sql_query($sql))) { ! mx_message_die(GENERAL_ERROR, 'Error in deleting post', '', __LINE__, __FILE__, $sql); } --- 3605,3609 ---- if (!($result = $db->sql_query($sql))) { ! //mx_message_die(GENERAL_ERROR, 'Error in deleting post', '', __LINE__, __FILE__, $sql); } *************** *** 3595,3599 **** if (!($result = $db->sql_query($sql))) { ! mx_message_die(GENERAL_ERROR, 'Error in deleting post', '', __LINE__, __FILE__, $sql); } --- 3624,3628 ---- if (!($result = $db->sql_query($sql))) { ! //mx_message_die(GENERAL_ERROR, 'Error in deleting post', '', __LINE__, __FILE__, $sql); } *************** *** 3615,3619 **** if (!($result = $db->sql_query($sql))) { ! mx_message_die(GENERAL_ERROR, 'Error in deleting post', '', __LINE__, __FILE__, $sql); } --- 3644,3648 ---- if (!($result = $db->sql_query($sql))) { ! //mx_message_die(GENERAL_ERROR, 'Error in deleting post', '', __LINE__, __FILE__, $sql); } *************** *** 3634,3638 **** if (!$db->sql_query($sql)) { ! mx_message_die(GENERAL_ERROR, 'Error in posting', '', __LINE__, __FILE__, $sql); } --- 3663,3667 ---- if (!$db->sql_query($sql)) { ! //mx_message_die(GENERAL_ERROR, 'Error in posting', '', __LINE__, __FILE__, $sql); } *************** *** 3645,3649 **** if (!$db->sql_query($sql)) { ! mx_message_die(GENERAL_ERROR, 'Error in posting', '', __LINE__, __FILE__, $sql); } } --- 3674,3678 ---- if (!$db->sql_query($sql)) { ! //mx_message_die(GENERAL_ERROR, 'Error in posting', '', __LINE__, __FILE__, $sql); } } *************** *** 3655,3659 **** if (!$db->sql_query($sql)) { ! mx_message_die(GENERAL_ERROR, 'Error in posting', '', __LINE__, __FILE__, $sql); } } --- 3684,3688 ---- if (!$db->sql_query($sql)) { ! //mx_message_die(GENERAL_ERROR, 'Error in posting', '', __LINE__, __FILE__, $sql); } } *************** *** 3675,3679 **** if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, "Could not obtain topic data", '', __LINE__, __FILE__, $sql ); } --- 3704,3708 ---- if ( !( $result = $db->sql_query( $sql ) ) ) { ! //mx_message_die( GENERAL_ERROR, "Could not obtain topic data", '', __LINE__, __FILE__, $sql ); } *************** *** 3854,3858 **** default: ! mx_message_die(GENERAL_ERROR, 'Bad display comment arg'); } } --- 3883,3887 ---- default: ! //mx_message_die(GENERAL_ERROR, 'Bad display comment arg'); } } *************** *** 4082,4086 **** if ( !isset($this->topic_id) || $this->topic_id < 0 ) { ! mx_message_die( GENERAL_MESSAGE, 'no or bad topic id' ); } --- 4111,4115 ---- if ( !isset($this->topic_id) || $this->topic_id < 0 ) { ! //mx_message_die( GENERAL_MESSAGE, 'no or bad topic id' ); } *************** *** 4328,4332 **** if ( !($result = $db->sql_query($sql)) ) { ! mx_message_die(GENERAL_ERROR, "Could not obtain number of comments", '', __LINE__, __FILE__, $sql); } --- 4357,4361 ---- if ( !($result = $db->sql_query($sql)) ) { ! //mx_message_die(GENERAL_ERROR, "Could not obtain number of comments", '', __LINE__, __FILE__, $sql); } *************** *** 4346,4350 **** if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, 'Couldnt select comments', '', __LINE__, __FILE__, $sql ); } --- 4375,4379 ---- if ( !( $result = $db->sql_query( $sql ) ) ) { ! //mx_message_die( GENERAL_ERROR, 'Couldnt select comments', '', __LINE__, __FILE__, $sql ); } *************** *** 4373,4377 **** if ( !($result = $db->sql_query($sql)) ) { ! mx_message_die(GENERAL_ERROR, "Could not obtain number of comments", '', __LINE__, __FILE__, $sql); } --- 4402,4406 ---- if ( !($result = $db->sql_query($sql)) ) { ! //mx_message_die(GENERAL_ERROR, "Could not obtain number of comments", '', __LINE__, __FILE__, $sql); } *************** *** 4396,4400 **** if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, "Could not obtain post/user information.", '', __LINE__, __FILE__, $sql ); } --- 4425,4429 ---- if ( !( $result = $db->sql_query( $sql ) ) ) { ! //mx_message_die( GENERAL_ERROR, "Could not obtain post/user information.", '', __LINE__, __FILE__, $sql ); } *************** *** 4423,4427 **** if( !($result = $db->sql_query($sql)) ) { ! mx_message_die(GENERAL_ERROR, "Couldn't get block/Column information", '', __LINE__, __FILE__, $sql); } $count = $db->sql_fetchrow($result); --- 4452,4456 ---- if( !($result = $db->sql_query($sql)) ) { ! //mx_message_die(GENERAL_ERROR, "Couldn't get block/Column information", '', __LINE__, __FILE__, $sql); } $count = $db->sql_fetchrow($result); *************** *** 4439,4443 **** if ( !( $result = $db->sql_query( $sql ) ) ) { ! mx_message_die( GENERAL_ERROR, 'Couldnt update item', '', __LINE__, __FILE__, $sql ); } --- 4468,4472 ---- if ( !( $result = $db->sql_query( $sql ) ) ) { ! //mx_message_die( GENERAL_ERROR, 'Couldnt update item', '', __LINE__, __FILE__, $sql ); } *************** *** 4488,4492 **** default: ! mx_message_die(GENERAL_ERROR, 'bad post mode'); } --- 4517,4521 ---- default: ! //mx_message_die(GENERAL_ERROR, 'bad post mode'); } |