]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Check profile->update() result against false exactly; we may legitimately get 0 back...
authorBrion Vibber <brion@pobox.com>
Thu, 19 Nov 2009 01:36:55 +0000 (17:36 -0800)
committerBrion Vibber <brion@pobox.com>
Thu, 19 Nov 2009 01:36:55 +0000 (17:36 -0800)
commitf7a3e508ba8d0f8f9487724f3e417554d1d0b4d8
treeae8ca094cb5c5d462bd857b84e2163ef3b2e870c
parent69abde6e0cde3f010d993f0a86294fe57154aa4c
Check profile->update() result against false exactly; we may legitimately get 0 back if no rows were changed. DB objects normally would return true, but the comparisons aren't 100% reliable when we've got numbers which could be ints or strings or floats.
Caused failures saving profile settings with Geonames plugin enabled; the lat/lon/id fields would get re-set with freshly looked up values which no longer matched the previous values as far as the data object could tell, but which saved as the same ol' numbers.
actions/profilesettings.php