待辦事項 #10050

3 TYPOs
啟用日期: 2007-03-06 18:05 最後更新: 2007-03-20 17:05

回報者:
負責人:
狀態:
關閉
元件:
(無)
里程碑:
(無)
優先權:
5 - 中
嚴重程度:
5 - 中
處理結果:
修正
檔案:

細節

Reported by Marijuana;

diff -u -r1.1.2.6 ModuleInstallInformation.class.php
@@ -691,7 +691,7 @@
foreach ($t_categoryArr as $t_category) {
$t_eventArr =&
notificationEvents($t_category['name'], false,
$module->get('mid'));
foreach ($t_eventArr as $t_event) {
- if (!empty($event['invisible'])) {
+ if (!empty($t_event['invisible'])) {
continue;
}
$t_optionName = $t_category['title'] . ' : ' .
$t_event['title'];

---------------

diff -u -r1.1.2.21 ModuleInstallUtils.class.php
@@ -784,7 +784,7 @@
foreach ($t_categoryArr as $t_category) {
$t_eventArr =&
notificationEvents($t_category['name'], false,
$module->get('mid'));
foreach ($t_eventArr as $t_event) {
- if (!empty($event['invisible'])) {
+ if (!empty($t_event['invisible'])) {
continue;
}
$t_optionName = $t_category['title'] . ' : ' .
$t_event['title'];

---------------

diff -u -r1.1.2.16 ModuleUpdater.class.php
--- ModuleUpdater.class.php 16 Nov 2006 10:08:07 -0000
1.1.2.16
+++ ModuleUpdater.class.php 1 Mar 2007 08:02:06 -0000
@@ -202,7 +202,7 @@
ksort($this->_mMilestone);

foreach ($this->_mMilestone as $t_version => $t_value) {
- if ($t_version >= $this->getCurrentVersion()) {
+ if ($t_version > $this->getCurrentVersion()) {
if (is_callable(array($this, $t_value))) {
return true;
}

Ticket History (3/3 Histories)

2007-03-10 11:12 Updated by: minahito
評語
Logged In: YES
user_id=8353

One more;

RCS file:
/cvsroot/xoops/xoops2jp/html/modules/legacy/lib/Mailer/Attic/Mailer.php,v
retrieving revision 1.1.2.3
diff -u -r1.1.2.3 Mailer.php
--- Mailer.php 10 Dec 2006 13:55:47 -0000 1.1.2.3
+++ Mailer.php 9 Mar 2007 15:20:03 -0000
@@ -25,7 +25,7 @@
$root =& XCube_Root::getSingleton();

$handler =& xoops_gethandler('config');
- $xoopsMailerConfig =&
$handler->getConfigByCat(XOOPS_CONF_MAILER);
+ $xoopsMailerConfig =&
$handler->getConfigsByCat(XOOPS_CONF_MAILER);
$this->reset();

if ($xoopsMailerConfig['from'] == '') {
2007-03-14 13:03 Updated by: minahito
  • 負責人 Update from (無) to minahito
  • (類別 change on Tracker)
  • 處理結果 Update from to Accepted
2007-03-20 17:05 Updated by: minahito
  • Ticket Close date is changed to 2007-03-20 17:05
  • 處理結果 Update from Accepted to 修正
  • 狀態 Update from 開啟 to 關閉

Attachment File List

No attachments

編輯

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » 登入