/[drupal]/contributions/modules/imagepicker/imagepicker.install
ViewVC logotype

Diff of /contributions/modules/imagepicker/imagepicker.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2, Fri May 30 21:28:36 2008 UTC revision 1.2.2.1, Tue Jun 17 08:15:25 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: imagepicker.install,v 1.2 2008/05/30 21:28:36 hutch Exp $
3  // $Name$  // $Name: DRUPAL-5 $
4    
5  function imagepicker_install() {  function imagepicker_install() {
6    // Create a directory structure so that usernames would be divided by letters.    // Create a directory structure so that usernames would be divided by letters.
# Line 25  function imagepicker_install() { Line 25  function imagepicker_install() {
25        case 'mysqli':        case 'mysqli':
26          $created2 = db_query("          $created2 = db_query("
27            CREATE TABLE {imagepicker} (            CREATE TABLE {imagepicker} (
28            `img_id` int(11) unsigned NOT NULL,            `img_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
29            `uid` int(10) unsigned NOT NULL,            `uid` int(10) unsigned NOT NULL,
30            `img_name` varchar(255) NOT NULL,            `img_name` varchar(255) NOT NULL,
31            `img_title` varchar(255) default NULL,            `img_title` varchar(255) default NULL,

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

  ViewVC Help
Powered by ViewVC 1.1.2