Changeset 125
- Timestamp:
- 05/27/08 13:58:58 (3 months ago)
- Files:
-
- trunk/rapyd/components/dataedit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/rapyd/components/dataedit.php
r83 r125 282 282 if ($this->on("error")) 283 283 { 284 $this->db->last_query;285 284 $this->set_status("modify"); 286 285 $this->process_url = rpd_url::get_url(); 287 286 $this->build_buttons(); 288 287 $this->build_fields(); //rebuild fields to update new status (strictly needed?) 289 290 288 return $this->build_form(); 291 289 … … 293 291 if ($this->on("success")) 294 292 { 295 296 293 $qs = (count($this->model->pk) < 2) ? current($this->model->pk) : $this->model->pk; 297 294 $this->postprocess_url = rpd_url::append('show'.$this->cid, $qs, $this->postprocess_url);