DrupalBin
Submit Code
About
Recent Posts
Failed relationship
6 hours 46 min
ago
Fix for Code
8 hours 32 sec
ago
Fix for Code
8 hours 4 min
ago
Fix for Code
8 hours 23 min
ago
more
Tags
CCK
fapi
jquery
menu
module
Panels
php
simpletest
template.php
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
schema
schema doesn't install
April 30, 2008 - 8:18pm — Anonymous
<?php
// $Id: letters.install,v 1.2 2007/11/07 16:31:47 seanr Exp $
function
letters_install
(
)
{
drupal_install_schema
(
'letters'
)
;
}
function
letters_uninstall
(
)
{
Drupal 6
schema
Read more
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