diff options
author | rub <rub@piwigo.org> | 2008-05-15 18:43:33 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-05-15 18:43:33 +0000 |
commit | 3cffa07182c016d29d82666e03a1423fb6160bd8 (patch) | |
tree | 48a2a784a9d353eccc86cf1c8d6664ac436ab329 /plugins/event_tracer | |
parent | 06b5fdf856aec997a4f8f3a148875d06ff86f66a (diff) |
Change some PhpWebGallery to Piwigo. (2/2)
All phpwebgallery.net are not changed!
git-svn-id: http://piwigo.org/svn/trunk@2342 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/event_tracer')
-rw-r--r-- | plugins/event_tracer/main.inc.php | 8 | ||||
-rw-r--r-- | plugins/event_tracer/tracer_admin.tpl | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/plugins/event_tracer/main.inc.php b/plugins/event_tracer/main.inc.php index bb45887fb..dcf282146 100644 --- a/plugins/event_tracer/main.inc.php +++ b/plugins/event_tracer/main.inc.php @@ -3,7 +3,7 @@ // | Piwigo - a PHP based picture gallery | // +-----------------------------------------------------------------------+ // | Copyright(C) 2008 Piwigo Team http://piwigo.org | -// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | +// | Copyright(C) 2003-2008 Piwigo team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ // | This program is free software; you can redistribute it and/or modify | @@ -25,9 +25,9 @@ Plugin Name: Event tracer Version: 1.8.a Description: For developers. Shows all calls to trigger_event. -Plugin URI: http://www.phpwebgallery.net -Author: PhpWebGallery team -Author URI: http://www.phpwebgallery.net +Plugin URI: http://piwigo.org +Author: Piwigo team +Author URI: http://piwigo.org */ if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); diff --git a/plugins/event_tracer/tracer_admin.tpl b/plugins/event_tracer/tracer_admin.tpl index 9ff457019..17d7e2b01 100644 --- a/plugins/event_tracer/tracer_admin.tpl +++ b/plugins/event_tracer/tracer_admin.tpl @@ -5,7 +5,7 @@ <p> The event tracer is a developer tool that logs in the footer of the window all calls to trigger_event method. -You can use this plugin to see what events is PhpWebGallery calling. +You can use this plugin to see what events is Piwigo calling. <b>Note that $conf['show_queries'] must be true.</b> </p> <form method="post" action="" class="general"> |