| Anonymous | Login | Signup for a new account | 2010-02-09 14:36 EST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000698 | [Geeklog] Bugs | major | always | 2008-08-05 13:49 | 2008-12-14 07:57 | ||
| Reporter | lwc | View Status | public | ||||
| Assigned To | THEMike | ||||||
| Priority | normal | Resolution | fixed | ||||
| Status | resolved | Product Version | 1.5.0 | ||||
| Summary | 0000698: v1.5.0 calls the right blocks TWICE each time | ||||||
| Description |
While the left blocks have no such problem in v1.5.0, the right blocks are now called twice each time instead of once. To prove this, add a debug line to lib-common.php to: $blocksql['mssql'] .= $commonsql; $result = DB_query( $blocksql ); Here it is with the debug line: $blocksql['mssql'] .= $commonsql; echo "<pre dir=ltr>";print_r($blocksql);echo ""; $result = DB_query( $blocksql ); You'd then see how 3 SQL arrays are displayed instead of just 2. The latter two are identical and call the right blocks. |
||||||
| Additional Information |
I signaled this as major because some phpblocks can accept input...like Chatterblock. The bug makes it so such a phpblock gets the info TWICE. Moreover, Chatterblock even allows to signal deleting the last input when writing a new one, so there's a serious risk of loss of data. |
||||||
| Tags | No tags attached. | ||||||
| Target | Next Release | ||||||
| Attached Files | |||||||
|
|
|||||||
| Copyright © 2000 - 2009 Mantis Group Hosted by pair.com |