Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

mantisbt/core bugnote_api.php,1.39,1.40: msg#00066

bug-tracking.mantis.cvs

Subject: mantisbt/core bugnote_api.php,1.39,1.40

Update of /cvsroot/mantisbt/mantisbt/core
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23679/core

Modified Files:
bugnote_api.php
Log Message:
change bugs page to use print_filter_do_filter_by_date


Index: bugnote_api.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/core/bugnote_api.php,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- bugnote_api.php 20 Dec 2006 19:49:54 -0000 1.39
+++ bugnote_api.php 6 Mar 2007 18:08:43 -0000 1.40
@@ -447,19 +447,14 @@
# --------------------
# Returns an array of bugnote stats
function bugnote_stats_get_events_array( $p_bugnote_id, $p_from, $p_to
) {
- // MySQL
$t_user_table = config_get( 'mantis_user_table' );
$t_bugnote_table = config_get( 'mantis_bugnote_table' );

if ( "" != $p_from ) {
- $t_ar = explode( "/", $p_from ); # Expecting mm/dd/yyyy
- $t_from = $t_ar[2] ."-". $t_ar[0] ."-". $t_ar[1];
- $c_from = " AND bn.date_submitted > '$t_from' ";
+ $c_from = " AND bn.date_submitted > '$p_from' ";
}
if ( "" != $p_to ) {
- $t_ar = explode( "/", $p_to ); # Expecting mm/dd/yyyy
- $t_to = $t_ar[2] ."-". $t_ar[0] ."-". $t_ar[1];
- $c_to = " AND bn.date_submitted < '$t_to' ";
+ $c_to = " AND bn.date_submitted < '$p_to' ";
}
$t_results = array();



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
version-control...    qnx.openqnx.dev...    redhat.rhn.user...    ietf.openpgp/20...    mail.mutt.user/...    web.microformat...    java.sync4j.use...    education.ezpro...    user-groups.blu...    solaris.manager...    org.fitug.debat...    technology.erps...    politics.activi...    linux.redhat.fe...    bug-tracking.ma...    xfce.user/2004-...    hams/2004-11/ms...    kde.users.pim/2...    culture.cooking...    freebsd.devel.x...    gnu.m4.adhoc/20...    ngpt.user/2002-...    apple.fink.deve...   
Home | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation