-
I dont use the signature checking feature in delegate manager, but I think this is a bug and will not work for string type checking?
On line 325 in core/XCube_Delegate.class.php
-----------------
case "string":
if (!empty($args[$i]) && is_string($args[$i])) {
return false;
}
break;
-----------------
I guess this should be like below?
-----------------
case...
2008-11-05 13:43:04 UTC in Xoops Cube Project
-
suin reported here (http://xoopscube.jp/modules/forum/index.php/node/6102) that the duplicate entry occurs just after activation of a user belonging to multiple groups. I know this will not happen after applying the unique key fix, but we should still fix the following bug reported by suin.
in /modules/user/class/users.php on line 179:
$oldLinkArr =& $handler->getObjects(new Criteria('uid',
2008-10-15 13:13:09 UTC in Xoops Cube Project
-
onokazu committed revision 388 to the Sabai - PHP Framework SVN repository, changing 2 files.
2008-09-16 03:33:53 UTC in Sabai - PHP Framework
-
onokazu committed revision 387 to the Sabai - PHP Framework SVN repository, changing 1 files.
2008-09-16 03:32:36 UTC in Sabai - PHP Framework
-
onokazu committed revision 386 to the Sabai - PHP Framework SVN repository, changing 10 files.
2008-09-16 03:31:19 UTC in Sabai - PHP Framework
-
onokazu committed revision 385 to the Sabai - PHP Framework SVN repository, changing 13 files.
2008-09-16 03:29:29 UTC in Sabai - PHP Framework
-
onokazu committed revision 384 to the Sabai - PHP Framework SVN repository, changing 4 files.
2008-09-07 02:40:48 UTC in Sabai - PHP Framework
-
onokazu committed revision 383 to the Sabai - PHP Framework SVN repository, changing 1 files.
2008-09-04 19:28:36 UTC in Sabai - PHP Framework
-
onokazu committed revision 382 to the Sabai - PHP Framework SVN repository, changing 19 files.
2008-09-03 09:12:20 UTC in Sabai - PHP Framework
-
onokazu committed revision 381 to the Sabai - PHP Framework SVN repository, changing 2 files.
2008-08-25 13:10:56 UTC in Sabai - PHP Framework