summaryrefslogtreecommitdiff
path: root/run.inc
diff options
context:
space:
mode:
authorPrashant P Shah2012-05-29 23:27:16 +0530
committerPrashant P Shah2012-05-29 23:27:16 +0530
commit889ebc1e58953844ffa3bbf39c393bd3adb85c1a (patch)
tree3657f4becf60935afe2613ec95d987aabe75c6c8 /run.inc
parentc6619d70627699bcf2df74d875a4f286992da5aa (diff)
downloadscilab_lab_migration-889ebc1e58953844ffa3bbf39c393bd3adb85c1a.tar.gz
scilab_lab_migration-889ebc1e58953844ffa3bbf39c393bd3adb85c1a.tar.bz2
scilab_lab_migration-889ebc1e58953844ffa3bbf39c393bd3adb85c1a.zip
rename functions
Signed-off-by: Prashant P Shah <pshah.mumbai@gmail.com>
Diffstat (limited to 'run.inc')
-rwxr-xr-xrun.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.inc b/run.inc
index fa37fb5..376609b 100755
--- a/run.inc
+++ b/run.inc
@@ -115,7 +115,7 @@ function lab_migration_run_form($form_state)
'</ul>';
}
- $category_data = get_category_name($lab_details->category);
+ $category_data = lab_migration_get_category_name($lab_details->category);
$form['run']['lab_details'] = array(
'#type' => 'item',