yaz/commit

rename caching

authorMichiel Hildebrand
Wed Feb 23 18:03:38 2011 +0100
committerMichiel Hildebrand
Wed Feb 23 18:03:38 2011 +0100
commit4b9819eb05b6c32b11b4bda90af6e4b134f70808
treec2a5fc3367ce041a0ec7bda550f88a801384de82
parent3bb37bbe7b7faa5517fcfa5434da6db9c74756e9
Diff style: patch stat
diff --git a/applications/yaz_user.pl b/applications/yaz_user.pl
index fa33929..7a2b297 100644
--- a/applications/yaz_user.pl
+++ b/applications/yaz_user.pl
@@ -104,9 +104,9 @@ user_tag(User, Annotation, Value) :-
 user_tag(_User, Annotation, Value) :-
  	annotation_value(Annotation, Value).
 
-:- rdf_monitor(recache_popular_tags, [assert]).
+:- rdf_monitor(empty_popular_tags_cache, [assert]).
 
-recache_popular_tags(assert(_S,P,_O,_DB)) :-
+empty_popular_tags_cache(assert(_S,P,_O,_DB)) :-
 	rdf_equal(P, pprime:hasAnnotation),
 	retractall(popular_tags_cache(_)).