public
Description: The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings.
Homepage: http://chyrp.net/
Clone URL: git://github.com/vito/chyrp.git
Click here to lend your support to: chyrp and make a donation at www.pledgie.com !
Fixed incorrect order of $visitor->update().
vito (author)
Wed Jul 23 13:04:28 -0700 2008
commit  5650e9ed3092294fb418d7a0c2e1e706e8510a43
tree    395168d6673f1c8a2a96a57e07d0a870dade64ac
parent  a414a91acd397712f5b86ccf64dc151b19f36f31
...
304
305
306
307
308
 
309
310
311
...
304
305
306
 
307
308
309
310
311
0
@@ -304,8 +304,8 @@
0
 
0
       $visitor->update($visitor->login,
0
                        $password,
0
-                       $_POST['full_name'],
0
                        $_POST['email'],
0
+                       $_POST['full_name'],
0
                        $_POST['website'],
0
                        $visitor->group()->id);
0
 

Comments