function ldapdata_update_6001 in LDAP integration 6
File
- ./
ldapdata.install, line 97 - ldapdata module installation and upgrade code.
Code
function ldapdata_update_6001() {
$ret = array();
db_add_field($ret, 'ldapauth', 'ldapdata_attrs', array(
'type' => 'text',
'not null' => FALSE,
));
db_add_field($ret, 'ldapauth', 'ldapdata_filter_php', array(
'type' => 'text',
'not null' => FALSE,
));
return $ret;
}