Index: trunk/webapps/mergelogs.bash
===================================================================
--- trunk/webapps/mergelogs.bash	(revision 631)
+++ trunk/webapps/mergelogs.bash	(revision 637)
@@ -14,5 +14,5 @@
 # then sort them by timestamp (reverse chronological).  
 # Final result placed in "unifiedlog_final.csv"
-cat $dir/unifiedlog.csv $dir/caddetails.csv $dir/ratings.csv | sort > $dir/unifiedlog_final.csv
+cat $dir/unifiedlog.csv $dir/caddetails.csv $dir/evalratings.csv | sort > $dir/unifiedlog_final.csv
 
 # 4. Next, launch the webserver and browse to localhost:8080/unifiedlogdisplay.html 
