Ooops. Add another space.
authorpnixon <pnixon>
Mon, 21 Mar 2005 22:00:43 +0000 (22:00 +0000)
committerpnixon <pnixon>
Mon, 21 Mar 2005 22:00:43 +0000 (22:00 +0000)
dialup_admin/htdocs/badusers.php3

index 26af131..2884c1d 100644 (file)
@@ -148,7 +148,7 @@ if ($link){
        "SELECT " . da_sql_limit($limit,0,$config) . " * FROM $config[sql_badusers_table]
        WHERE username $usercheck $extra_query AND incidentdate <= '$now_str'
        AND incidentdate >= '$prev_str' " . da_sql_limit($limit,1,$config) .
-       "ORDER BY incidentdate $order " . da_sql_limit($limit,2,$config) . " ;");
+       " ORDER BY incidentdate $order " . da_sql_limit($limit,2,$config) . " ;");
        if ($search){
                while( $row = @da_sql_fetch_array($search,$config) ){
                        $num++;