DrupalBin
Submit Code
About
Recent Posts
Code
1 hour 29 min
ago
Code
4 hours 42 min
ago
Fix for Code
4 hours 51 min
ago
d5, hook_comment, trying to force an input filter format
8 hours 9 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
char
Fix for schema api 'char' datatype not working ..
March 16, 2008 - 10:39am — Anonymous
<?php
# vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
function
balance_install
(
)
{
drupal_install_schema
(
'balance'
)
;
}
char
database
datatype
schema
schema api
Read more
schema api 'char' datatype not working ..
March 16, 2008 - 10:36am — Anonymous
<?php
# vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
function
balance_install
(
)
{
drupal_install_schema
(
'balance'
)
;
}
char
database
datatype
schema
schema api
Read more