Reading that code might give some less "hardcore" people an headake. Following
patch is my attempt to cleanup the code.
Version: 1.9.x
Severity: normal
| AzaToth | |
| Dec 3 2006, 11:10 PM |
| F3462: doTableStuffFix.patch | |
| Nov 21 2014, 9:30 PM |
Reading that code might give some less "hardcore" people an headake. Following
patch is my attempt to cleanup the code.
Version: 1.9.x
Severity: normal
patch cleaning up the code
I have checked with parsertest, and it pass.
attachment doTableStuffFix.patch ignored as obsolete
patch cleaning up the code
Fixing the possible undefined index on row 797, fixed some comments. Also I
ensure that there are enough whitespaces to make everyone happy.
attachment doTableStuffFix.patch ignored as obsolete
patch cleaning up the code
removed the unnecissary variable $tmp_line as it is unnecissary and don't add
to the logic of the code, moved up the attribute code instead in it's place and
use the variable $line again instead in the rest of the block, which for me
makes more sense.
Attached: