bugMiniclick - Bugs: bug #21362, reload query

 
 

bug #21362: reload query

Submitter:  Rakotomandimby Mihamina <infogerance>
Submitted:  Thu 18 Oct 2007 03:10:10 PM UTC
   
 
Category:  None Severity:  4 - Important
Item Group:  None Status:  In Progress
Privacy:  Public Assigned to:  infogerance
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 18 Oct 2007 03:10:10 PM UTC, original submission:  

In this part if code,

    if($this->db->db_num_rows($configs) == 0)
      {
        $this->generate_defaut_config();
      }
    while($config = $this->db->db_fetch_object($configs))
      {...}

If we enter the if statement, we add a new config, and the result of the query is still empty.

We should at least ask "generate_defaut_config();" to reload the query (which should not be empty anymore) and then we can fetch the objects.

Otherwise, we are fetching an empty request's result.

Rakotomandimby Mihamina <infogerance>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by infogerance (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code