plegall 3181dded77 merge r6312 from branch 2.1 to trunk
bug 1684 fixed: the test to check availability of the user_infos line was
wrong. I had changed the old db_num_rows > 0 because it was not working with
SQLite. As suggested by nicolas, let's use a simpler trick "count(1)" in the
query itself, this way it should work with any database engine.

I've also removed the while (true) (ugly infinite loop, with a condition for
exit) that was producing an infinite loop for Piwigo installations with 2.0
database model and 2.1 code (before launching upgrade.php)


git-svn-id: http://piwigo.org/svn/trunk@6315 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-23 23:43:43 +00:00
2010-03-19 22:37:10 +00:00
2010-05-22 10:02:09 +00:00
2010-05-11 05:05:26 +00:00
2010-03-19 22:37:10 +00:00
2010-03-19 22:37:10 +00:00
2010-03-19 22:37:10 +00:00
2010-03-19 22:37:10 +00:00
2010-03-19 22:37:10 +00:00
2010-03-19 22:37:10 +00:00
2010-03-19 22:37:10 +00:00
2010-03-19 22:37:10 +00:00
2010-03-21 23:00:11 +00:00
Languages
PHP 74.4%
HTML 9.7%
JavaScript 7.3%
Go Template 4.7%
CSS 3.3%
Other 0.5%