diff options
author | prashantsinalkar | 2017-02-20 15:00:40 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-02-20 15:00:40 +0530 |
commit | 0337eecf763bd5131fc7df1c370d0b447f5e8217 (patch) | |
tree | b91db2db0acf25ae3aabe9188f490a037ada207c /dwsim_flowsheet.module | |
parent | 24c953406ef01815c1433355eb2610d51c010663 (diff) | |
parent | 851a062e17086ecdfb322645e5adf8d55cf3c73e (diff) | |
download | dwsim_flowsheet-0337eecf763bd5131fc7df1c370d0b447f5e8217.tar.gz dwsim_flowsheet-0337eecf763bd5131fc7df1c370d0b447f5e8217.tar.bz2 dwsim_flowsheet-0337eecf763bd5131fc7df1c370d0b447f5e8217.zip |
done minor changes
Diffstat (limited to 'dwsim_flowsheet.module')
-rwxr-xr-x | dwsim_flowsheet.module | 2 |
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()) { |