Eric bac7567b5c PHP 5.3 compatibility - Deprecated functions were replace as follows :
ereg() -> preg_match()
ereg_replace() -> preg_replace()
eregi() -> preg_match() with the 'i' modifier
eregi_replace() -> preg_replace() with the 'i' modifier
set_magic_quotes_runtime() -> No more usefull. Fixed it by adding "@" prefix.

git-svn-id: http://piwigo.org/svn/trunk@3747 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-08-17 16:21:09 +00:00
2009-02-12 23:20:40 +00:00
2009-07-04 21:26:42 +00:00
2009-03-09 19:41:45 +00:00
2009-03-05 21:08:04 +00:00
2009-02-14 02:24:10 +00:00
2009-06-24 23:01:35 +00:00
Languages
PHP 74.4%
HTML 9.7%
JavaScript 7.3%
Go Template 4.7%
CSS 3.3%
Other 0.5%