Home
last modified time | relevance | path

Searched refs:sql_fetchfield (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/www/phpbb3/phpBB3/phpbb/db/migration/data/v310/
H A Dacp_prune_users_module.php25 $acp_cat_users_id = (int) $this->db->sql_fetchfield('module_id');
34 $acp_prune_users_parent = (int) $this->db->sql_fetchfield('parent_id');
62 $acp_prune_users_id = (int) $this->db->sql_fetchfield('module_id');
70 $acp_cat_users_id = (int) $this->db->sql_fetchfield('module_id');
H A Dnotifications_use_full_name.php99 $new_type_id = (int) $this->db->sql_fetchfield('notification_type_id');
110 $old_type_id = (int) $this->db->sql_fetchfield('notification_type_id');
146 $new_type_id = (int) $this->db->sql_fetchfield('notification_type_id');
157 $old_type_id = (int) $this->db->sql_fetchfield('notification_type_id');
H A Ddev.php215 $language_module_id = $this->db->sql_fetchfield('module_id');
221 $language_management_module_id = $this->db->sql_fetchfield('module_id');
392 $ga_forum_id = $this->db->sql_fetchfield('forum_id');
399 $lastpost = (int) $this->db->sql_fetchfield('forum_last_post_time');
H A Dbot_update.php40 $bing_already_added = (bool) $this->db->sql_fetchfield('user_id');
127 $bot_user_id = (int) $this->db->sql_fetchfield('user_id');
/dports/www/phpbb3/phpBB3/phpbb/db/migration/data/v30x/
H A Drelease_3_0_6_rc1.php246 $group_id = (int) $this->db->sql_fetchfield('group_id');
263 $u_role = (int) $this->db->sql_fetchfield('role_id');
272 $next_order_id = (int) $this->db->sql_fetchfield('max_order_id');
297 $f_role = (int) $this->db->sql_fetchfield('role_id');
306 $next_order_id = (int) $this->db->sql_fetchfield('max_order_id');
340 $is_options = (int) $this->db->sql_fetchfield('forum_id');
/dports/www/phpbb3/phpBB3/phpbb/db/migration/data/v33x/
H A Dremove_profilefield_aol.php72 $field_id = (int) $this->db->sql_fetchfield('field_id');
93 $max_field_order = (int) $this->db->sql_fetchfield('max_field_order');
132 while ($lang_id = (int) $this->db->sql_fetchfield('lang_id'))
/dports/www/phpbb3/phpBB3/phpbb/db/migration/data/v320/
H A Dremove_profilefield_wlm.php88 $field_id = (int) $this->db->sql_fetchfield('field_id');
99 $max_field_order = (int) $this->db->sql_fetchfield('max_field_order');
138 while ($lang_id = (int) $this->db->sql_fetchfield('lang_id'))
H A Dremove_outdated_media.php54 while ($group_id = (int) $this->db->sql_fetchfield('group_id'))
71 $download_id = (int) $this->db->sql_fetchfield('group_id');
/dports/chinese/phpbb3-tw/phpBB3/includes/acp/
H A Dacp_main.php145 set_config('num_posts', (int) $db->sql_fetchfield('stat'), true);
152 set_config('num_topics', (int) $db->sql_fetchfield('stat'), true);
159 set_config('num_users', (int) $db->sql_fetchfield('stat'), true);
166 set_config('num_files', (int) $db->sql_fetchfield('stat'), true);
173 set_config('upload_dir_size', (float) $db->sql_fetchfield('stat'), true);
198 $max_post_id = (int) $db->sql_fetchfield('max_post_id');
207 $max_post_id = (int) $db->sql_fetchfield('max_post_id');
488 $total_orphan = (int) $db->sql_fetchfield('total_orphan');
/dports/www/phpbb3/phpBB3/phpbb/db/migration/
H A Dprofilefield_base_migration.php90 $max_field_order = (int) $this->db->sql_fetchfield('max_field_order');
107 while ($lang_id = (int) $this->db->sql_fetchfield('lang_id'))
134 while ($lang_id = (int) $this->db->sql_fetchfield('lang_id'))
179 $field_id = (int) $this->db->sql_fetchfield('field_id');
/dports/www/phpbb3/phpBB3/phpbb/db/migration/tool/
H A Dpermission.php256 $role_id = (int) $this->db->sql_fetchfield('role_id');
282 $role_order = (int) $this->db->sql_fetchfield('max_role_order');
406 $group_id = (int) $this->db->sql_fetchfield('group_id');
420 $role_id = (int) $this->db->sql_fetchfield('auth_role_id');
553 $group_id = (int) $this->db->sql_fetchfield('group_id');
566 $role_id = (int) $this->db->sql_fetchfield('auth_role_id');
573 $role_name = $this->db->sql_fetchfield('role_name');
H A Dmodule.php127 $module_id = $this->db->sql_fetchfield('module_id');
282 $to_left = (int) $this->db->sql_fetchfield('left_id');
319 $to_right = (int) $this->db->sql_fetchfield('right_id');
412 while ($module_id = $this->db->sql_fetchfield('module_id'))
/dports/www/phpbb3/phpBB3/includes/acp/
H A Dacp_main.php147 $config->set('num_posts', (int) $db->sql_fetchfield('stat'), false);
154 $config->set('num_topics', (int) $db->sql_fetchfield('stat'), false);
161 $config->set('num_users', (int) $db->sql_fetchfield('stat'), false);
168 $config->set('num_files', (int) $db->sql_fetchfield('stat'), false);
175 $config->set('upload_dir_size', (float) $db->sql_fetchfield('stat'), false);
206 $max_post_id = (int) $db->sql_fetchfield('max_post_id');
215 $max_post_id = (int) $db->sql_fetchfield('max_post_id');
554 $total_orphan = (int) $db->sql_fetchfield('total_orphan');
H A Dacp_reasons.php115 $max_order = (int) $db->sql_fetchfield('max_reason_order');
218 $other_reason_id = (int) $db->sql_fetchfield('reason_id');
289 $order = $db->sql_fetchfield('reason_order');
/dports/chinese/phpbb3-tw/phpBB3/install/
H A Ddatabase_update.php700 $first_left_id = (int) $db->sql_fetchfield('left_id');
715 $steps = (int) $db->sql_fetchfield('num_modules');
1467 $group_id = (int) $db->sql_fetchfield('group_id');
1484 $u_role = (int) $db->sql_fetchfield('role_id');
1493 $next_order_id = (int) $db->sql_fetchfield('max_order_id');
1521 $f_role = (int) $db->sql_fetchfield('role_id');
1530 $next_order_id = (int) $db->sql_fetchfield('max_order_id');
1578 $is_options = (int) $db->sql_fetchfield('forum_id');
1643 $user_option = (int) $db->sql_fetchfield('user_options');
1758 while ($lang_dir = $db->sql_fetchfield('lang_dir'))
[all …]
/dports/chinese/phpbb3-tw/phpBB3/includes/mcp/
H A Dmcp_ban.php173 $pre_fill = (string) $db->sql_fetchfield('username');
177 $pre_fill = (string) $db->sql_fetchfield('user_ip');
181 $pre_fill = (string) $db->sql_fetchfield('user_email');
/dports/www/phpbb3/phpBB3/includes/mcp/
H A Dmcp_ban.php249 $pre_fill = (string) $db->sql_fetchfield('username');
253 $pre_fill = (string) $db->sql_fetchfield('user_ip');
257 $pre_fill = (string) $db->sql_fetchfield('user_email');
/dports/www/phpbb3/phpBB3/phpbb/db/migration/data/v330/
H A Dremove_attachment_flash.php48 while ($group_id = (int) $this->db->sql_fetchfield('group_id'))
65 $download_id = (int) $this->db->sql_fetchfield('group_id');
/dports/www/phpbb3/phpBB3/phpbb/groupposition/
H A Dteampage.php134 $current_value = $this->db->sql_fetchfield('teampage_position');
181 $group_count = (int) $this->db->sql_fetchfield('teampage_position');
216 $parent_is_category = (bool) $this->db->sql_fetchfield('teampage_id');
228 $new_position = (int) $this->db->sql_fetchfield('teampage_position');
539 $num_items = (int) $this->db->sql_fetchfield('num_items');
H A Dlegend.php66 $current_value = $this->db->sql_fetchfield('group_legend');
89 $group_count = (int) $this->db->sql_fetchfield('group_legend');
/dports/www/phpbb3/phpBB3/install/convertors/
H A Dfunctions_phpbb20.php65 $max_forum_id = (int) $src_db->sql_fetchfield('max_forum_id');
75 $prune_enabled = (int) $src_db->sql_fetchfield('config_value');
393 $get_lang = (string) $src_db->sql_fetchfield('user_lang');
494 $id = (int) $src_db->sql_fetchfield('user_id');
501 $max_id = (int) $src_db->sql_fetchfield('max_user_id');
594 $bot_group_id = (int) $db->sql_fetchfield('group_id');
1331 $upload_path = $src_db->sql_fetchfield('upload_dir');
1338 $ftp_upload = (int) $src_db->sql_fetchfield('ftp_upload');
1421 while ($lang_dir = $db->sql_fetchfield('lang_dir'))
1635 $folder_id = (int) $db->sql_fetchfield('folder_id');
H A Dconvert_phpbb20.php223 $user_id = (int) $src_db->sql_fetchfield('user_id');
233 $user_id = (int) $src_db->sql_fetchfield('max_user_id');
/dports/chinese/phpbb3-tw/phpBB3/install/convertors/
H A Dfunctions_phpbb20.php62 $max_forum_id = (int) $src_db->sql_fetchfield('max_forum_id');
72 $prune_enabled = (int) $src_db->sql_fetchfield('config_value');
391 $get_lang = (string) $src_db->sql_fetchfield('user_lang');
494 $id = (int) $src_db->sql_fetchfield('user_id');
501 $max_id = (int) $src_db->sql_fetchfield('max_user_id');
586 $bot_group_id = (int) $db->sql_fetchfield('group_id');
1326 $upload_path = $src_db->sql_fetchfield('upload_dir');
1333 $ftp_upload = (int) $src_db->sql_fetchfield('ftp_upload');
1587 $folder_id = (int) $db->sql_fetchfield('folder_id');
H A Dconvert_phpbb20.php217 $user_id = (int) $src_db->sql_fetchfield('user_id');
227 $user_id = (int) $src_db->sql_fetchfield('max_user_id');
/dports/chinese/phpbb3-tw/phpBB3/includes/ucp/
H A Ducp_pm_options.php97 $num_folder = (int) $db->sql_fetchfield('num_folder');
336 $num_rules = (int) $db->sql_fetchfield('num_rules');
420 $num_messages = (int) $db->sql_fetchfield('num_messages');
740 $rule_user_id = (int) $db->sql_fetchfield('user_id');
754 $rule_string = $db->sql_fetchfield('username');

12345678