When trying 10 bugnotes ascending I get 8 9 10
What did you mean when writing this? Did you change any source code of MantisBT?
richards wrote:after i chose "ORDER BY date_submitted" to DESC
Moderators: Developer, Contributor
richards wrote:after i chose "ORDER BY date_submitted" to DESC
$g_hostname = 'localhost';
$g_db_username = 'root';
$g_db_password = '<mypassword>';
$g_database_name = 'bugtracker';
$g_db_type = 'mysql';
$g_allow_signup = ON;
$g_allow_anonymous_login = OFF;
$g_anonymous_account = '';
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'localhost';
$g_smtp_username = 'me@gmail.com';
$g_smtp_password = '<mypassword>';
$g_administrator_email = 'me@gmail.com';
$g_webmaster_email = 'me@gmail.com';
$g_from_name = 'Mantis Bug Tracker';
$g_from_email = 'me@gmail.com';
$g_return_path_email = 'me@gmail.com';
$g_email_receive_own = OFF;
$g_email_send_using_cronjob = OFF;
$g_allow_file_upload = ON;
$g_file_upload_method = DATABASE;
$g_absolute_path_default_upload_folder = '';
$g_max_file_size = 5000000;
$g_preview_attachments_inline_max_size = 256 * 1024;
$g_allowed_files = '';
$g_disallowed_files = '';
$g_window_title = 'MantisBT';
$g_logo_image = 'images/mantis_logo.gif';
$g_favicon_image = 'images/favicon.ico';
$g_show_realname = OFF;
$g_show_user_realname_threshold = NOBODY;
$g_default_home_page = 'my_view_page.php';
Users browsing this forum: No registered users and 0 guests