summaryrefslogtreecommitdiff
path: root/dwsim_flowsheet.module
diff options
context:
space:
mode:
authorprashantsinalkar2017-02-20 15:00:40 +0530
committerprashantsinalkar2017-02-20 15:00:40 +0530
commit0337eecf763bd5131fc7df1c370d0b447f5e8217 (patch)
treeb91db2db0acf25ae3aabe9188f490a037ada207c /dwsim_flowsheet.module
parent24c953406ef01815c1433355eb2610d51c010663 (diff)
parent851a062e17086ecdfb322645e5adf8d55cf3c73e (diff)
downloaddwsim_flowsheet-0337eecf763bd5131fc7df1c370d0b447f5e8217.tar.gz
dwsim_flowsheet-0337eecf763bd5131fc7df1c370d0b447f5e8217.tar.bz2
dwsim_flowsheet-0337eecf763bd5131fc7df1c370d0b447f5e8217.zip
done minor changes
Diffstat (limited to 'dwsim_flowsheet.module')
-rwxr-xr-xdwsim_flowsheet.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwsim_flowsheet.module b/dwsim_flowsheet.module
index b31bb76..01e6c4a 100755
--- a/dwsim_flowsheet.module
+++ b/dwsim_flowsheet.module
@@ -670,7 +670,7 @@ function _df_list_of_dwsim_compound()
$dwsim_compound = array();
$query = db_select('dwsim_flowsheet_compounds_from_dwsim');
$query->fields('dwsim_flowsheet_compounds_from_dwsim');
- $query->orderBy('compound', 'ASC');
+ $query->orderBy('id', 'ASC');
$dwsim_compound_list = $query->execute();
while ($dwsim_compound_list_data = $dwsim_compound_list->fetchObject())
{