Changeset 1280 for trunk/tpropertyfunc.h
- Timestamp:
- 03/18/10 16:18:10 (2 years ago)
- Files:
-
- 1 modified
-
trunk/tpropertyfunc.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tpropertyfunc.h
r879 r1280 668 668 if((field=mysql_fetch_row(res))) 669 669 { 670 printf("Glossary entry for <a class=darkLink href=unxsVZ.cgi?gcFunction=tGlossary" 671 "&uGlossary=%s>%s</a><p>\n",field[0],cLabel); 670 printf("Glossary entry for <a class=darkLink href=#" 671 " onClick=\"open_popup('?gcFunction=Glossary&cLabel=%1$s')\">%1$s</a><p>",cLabel); 672 672 673 } 673 674 mysql_free_result(res);
