~aleritty/ideatorrent-mysql/ideatorrent-mysql-0.9-drupal6

« back to all changes in this revision

Viewing changes to modules/ideatorrent/ideatorrent.install

  • Committer: aleritty
  • Date: 2009-05-30 14:16:19 UTC
  • Revision ID: aleritty@toshi-20090530141619-qaiaz4rmzew26xnz
damn... it works

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
require_once "ideatorrent.function.php";
22
22
 
23
23
function ideatorrent_install() {
24
 
$db_prefix="drup_";
25
 
    $prefix=$db_prefix."qapoll";
 
24
    $prefix="qapoll";
26
25
    switch ($GLOBALS['db_type']) {
27
26
        case 'mysql':
28
27
        case 'mysqli':