Changeset 125

Show
Ignore:
Timestamp:
05/27/08 13:58:58 (3 months ago)
Author:
felix
Message:

minor cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/rapyd/components/dataedit.php

    r83 r125  
    282282        if ($this->on("error")) 
    283283        { 
    284           $this->db->last_query; 
    285284          $this->set_status("modify"); 
    286285          $this->process_url = rpd_url::get_url(); 
    287286          $this->build_buttons(); 
    288287          $this->build_fields(); //rebuild fields to update new status (strictly needed?) 
    289  
    290288          return $this->build_form(); 
    291289 
     
    293291        if ($this->on("success")) 
    294292        { 
    295  
    296293          $qs = (count($this->model->pk) < 2) ? current($this->model->pk) : $this->model->pk; 
    297294          $this->postprocess_url = rpd_url::append('show'.$this->cid, $qs, $this->postprocess_url);