From 3f235497f3201c1a3d842169c1bde4b026191ee8 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 4 Apr 2008 22:57:23 +0000 Subject: Modification: new header on PHP files, PhpWebGallery renamed Piwigo. git-svn-id: http://piwigo.org/svn/trunk@2297 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/calendar_base.class.php | 21 +++++++++++++++++++++ include/calendar_monthly.class.php | 21 +++++++++++++++++++++ include/calendar_weekly.class.php | 21 +++++++++++++++++++++ include/category_cats.inc.php | 21 +++++++++++++++++++++ include/category_default.inc.php | 21 +++++++++++++++++++++ include/class_smtp_mail.inc.php | 21 +++++++++++++++++++++ include/common.inc.php | 21 +++++++++++++++++++++ include/config_default.inc.php | 21 +++++++++++++++++++++ include/constants.php | 21 +++++++++++++++++++++ include/filter.inc.php | 21 +++++++++++++++++++++ include/functions.inc.php | 21 +++++++++++++++++++++ include/functions_calendar.inc.php | 21 +++++++++++++++++++++ include/functions_category.inc.php | 21 +++++++++++++++++++++ include/functions_comment.inc.php | 21 +++++++++++++++++++++ include/functions_cookie.inc.php | 21 +++++++++++++++++++++ include/functions_filter.inc.php | 21 +++++++++++++++++++++ include/functions_group.inc.php | 21 +++++++++++++++++++++ include/functions_html.inc.php | 21 +++++++++++++++++++++ include/functions_mail.inc.php | 21 +++++++++++++++++++++ include/functions_metadata.inc.php | 21 +++++++++++++++++++++ include/functions_notification.inc.php | 21 +++++++++++++++++++++ include/functions_picture.inc.php | 21 +++++++++++++++++++++ include/functions_plugins.inc.php | 21 +++++++++++++++++++++ include/functions_rate.inc.php | 21 +++++++++++++++++++++ include/functions_search.inc.php | 21 +++++++++++++++++++++ include/functions_session.inc.php | 21 +++++++++++++++++++++ include/functions_tag.inc.php | 21 +++++++++++++++++++++ include/functions_url.inc.php | 21 +++++++++++++++++++++ include/functions_user.inc.php | 21 +++++++++++++++++++++ include/functions_xml.inc.php | 21 +++++++++++++++++++++ include/index.php | 21 +++++++++++++++++++++ include/menubar.inc.php | 21 +++++++++++++++++++++ include/page_header.php | 21 +++++++++++++++++++++ include/page_tail.php | 21 +++++++++++++++++++++ include/php_compat/index.php | 21 +++++++++++++++++++++ include/php_compat/preg_last_error.php | 21 +++++++++++++++++++++ include/picture_comment.inc.php | 21 +++++++++++++++++++++ include/picture_metadata.inc.php | 21 +++++++++++++++++++++ include/picture_rate.inc.php | 21 +++++++++++++++++++++ include/section_init.inc.php | 21 +++++++++++++++++++++ include/template.class.php | 21 +++++++++++++++++++++ include/user.inc.php | 21 +++++++++++++++++++++ include/ws_core.inc.php | 21 +++++++++++++++++++++ include/ws_functions.inc.php | 21 +++++++++++++++++++++ include/ws_protocols/index.php | 21 +++++++++++++++++++++ include/ws_protocols/json_encoder.php | 21 +++++++++++++++++++++ include/ws_protocols/php_encoder.php | 21 +++++++++++++++++++++ include/ws_protocols/rest_encoder.php | 21 +++++++++++++++++++++ include/ws_protocols/rest_handler.php | 21 +++++++++++++++++++++ include/ws_protocols/xmlrpc_encoder.php | 21 +++++++++++++++++++++ 50 files changed, 1050 insertions(+) (limited to 'include') diff --git a/include/calendar_base.class.php b/include/calendar_base.class.php index aff910253..66b8f3c16 100644 --- a/include/calendar_base.class.php +++ b/include/calendar_base.class.php @@ -1,5 +1,26 @@