Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
24 Sep 2010 at 11:11 UTC
Updated:
3 Jan 2014 at 02:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
munzirtaha commentedAdded Tags to my related patches.
Comment #2
munzirtaha commentedComment #3
sunDuplicate of #921582: is_null should be replaced by !isset because it's faster
Comment #4
munzirtaha commented@sun: please don't close it as a duplicate. Though the title is the same, the patch is different. It's patching different set of files. I split the patches so it won't be huge and obseleted quickly by other patches before being committed.
Comment #5
sunNo need to split into different patches. Please merge that other patch into this one. Thanks!
Comment #6
munzirtaha commentedI merged the two patches somehow. Hope, it 's in good shape now.
Comment #8
bleen commentedyou had a !$isset stuck in there
this patch is a straight find/replace on the patch in #6
Comment #9
munzirtaha commentedThanks bleen18, yes I made a typo ;)
Comment #10
munzirtaha commentedRerolling the patch after fixing another small typo.
Comment #11
ddorian commentedthis was commited yesterday http://drupal.org/node/921582#new
is this duplicate?
Comment #12
munzirtaha commented@ddorian: No, it was not a duplicate and it's not committed yet. That one was a patch to the database component only where this one would patch all the other remaining places.
Comment #13
bleen commentedmaybe this will make things a bit clearer ;)
Comment #14
sunBetter title. No time to review right now, but I think that everyone is able to review this patch.
Comment #15
bleen commentedI've looked over this patch a couple times ... RTBC
Comment #16
dries commentedCommitted to CVS HEAD. Thanks.