Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed May 16, 2014
1 parent ab5296f commit 31f46bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions global/css/styles.css
Expand Up @@ -30,3 +30,6 @@ table.log_table textarea {
line-height: 10pt;
padding: 10px;
}
.list_table td img {
margin-top: 4px;
}
2 changes: 1 addition & 1 deletion library.php
Expand Up @@ -151,7 +151,7 @@ function di_check_component_table_columns($component_info, $table_name)
);
}

$table_name_without_prefix = preg_replace("/{$g_table_prefix}/", "", $table_name);
$table_name_without_prefix = preg_replace("/^{$g_table_prefix}/", "", $table_name);
foreach ($component_info["tables"][$table_name_without_prefix] as $desired_column_info)
{
$curr_column_name = $desired_column_info["Field"];
Expand Down
4 changes: 2 additions & 2 deletions module.php
Expand Up @@ -7,8 +7,8 @@
$MODULE["author"] = "Encore Web Studios";
$MODULE["author_email"] = "formtools@encorewebstudios.com";
$MODULE["author_link"] = "http://www.encorewebstudios.com";
$MODULE["version"] = "2.0.2";
$MODULE["date"] = "2011-05-31";
$MODULE["version"] = "2.0.3";
$MODULE["date"] = "2011-07-22";
$MODULE["origin_language"] = "en_us";


Expand Down

0 comments on commit 31f46bc

Please sign in to comment.