3
site is on intranet so no link avaliable...
XOOPS Version is 2.0.10
Part of code from top of the page:
// change 0 to 1 if this language is a multi-bytes language define("XOOPS_USE_MULTIBYTES", "0"); ?>"0"); ?>lt = $this->db->query($sql)) { return false; } return true; } } ?>} } ?> $group_id)); } /** * updates a single field in a users record * * @param object $user reference to the {@link XoopsUser} object * @param string $fieldName name of the field to update * @param string $fieldValue updated value for the field * @return bool TRUE if success or unchanged, FALSE on failure */ function updateUserByField(&$user, $fieldName, $fieldValue) { $user->setVar($fieldName, $fieldValue); return $this->insertUser($user); } /** * updates a single field in a users record * * @param string $fieldName name of the field to update * @param string $fieldValue updated value for the field * @param object $criteria {@link CriteriaElement} object * @return bool TRUE if success or unchanged, FALSE on failure */ function..
Everything was just fine, I'm only one with administrator rights, site has 20 users..I wasn't at home for few hours and when I've come back...buuum. No any messages from system or something like that..