Index: trunk/psModules/src/concepts/pmConceptsStandard.c
===================================================================
--- trunk/psModules/src/concepts/pmConceptsStandard.c	(revision 11146)
+++ trunk/psModules/src/concepts/pmConceptsStandard.c	(revision 11148)
@@ -113,5 +113,5 @@
             continue;
         }
-        if (strcmp(item->data.str, concept->data.str)) {
+        if (strcmp(item->data.str, concept->data.str) == 0) {
             name = item->name;
             break;
