Module: sip-router
Branch: master
Commit: fb0951c332894ac6cd967daa02c4a2b569ada671
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fb0951c…
Author: Sven Knoblich <sven.knoblich(a)1und1.de>
Committer: Sven Knoblich <sven.knoblich(a)1und1.de>
Date: Fri Feb 24 15:47:49 2012 +0100
module/avpops: Add short description to clarify the purpose of the avp_delete flag.
---
modules/avpops/doc/avpops_admin.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/avpops/doc/avpops_admin.xml b/modules/avpops/doc/avpops_admin.xml
index caa51ca..dc3ab0c 100644
--- a/modules/avpops/doc/avpops_admin.xml
+++ b/modules/avpops/doc/avpops_admin.xml
@@ -583,7 +583,7 @@ avp_db_query("delete from subscriber");
matching_flags = please refer to avp_db_load() function
</emphasis></para></listitem>
<listitem><para><emphasis>
- flag = 'g'|'G'
+ flag = 'g'|'G' = deletes not only the last value but the complete
AVP.
</emphasis></para></listitem>
</itemizedlist>
</para>