diff options
author | Prashant P Shah | 2012-05-29 23:27:16 +0530 |
---|---|---|
committer | Prashant P Shah | 2012-05-29 23:27:16 +0530 |
commit | 889ebc1e58953844ffa3bbf39c393bd3adb85c1a (patch) | |
tree | 3657f4becf60935afe2613ec95d987aabe75c6c8 /run.inc | |
parent | c6619d70627699bcf2df74d875a4f286992da5aa (diff) | |
download | scilab_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-x | run.inc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |