Bläddra i källkod

acc(k): fixed typo in acc_db_request() example

- reported by Bernie Höneisen, FS#251
Daniel-Constantin Mierla 13 år sedan
förälder
incheckning
3bd01c035d
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. 2 2
      modules_k/acc/README
  2. 2 2
      modules_k/acc/doc/acc_admin.xml

+ 2 - 2
modules_k/acc/README

@@ -1184,8 +1184,8 @@ acc_log_request("Some comment");
 
    Example 1.46. acc_db_request usage
 ...
-acc_log_request("Some comment", "SomeTable");
-acc_log_request("Some comment", "acc_$time(year)_$time(mon)");
+acc_db_request("Some comment", "SomeTable");
+acc_db_request("Some comment", "acc_$time(year)_$time(mon)");
 ...
 
 7.3. acc_rad_request(comment)

+ 2 - 2
modules_k/acc/doc/acc_admin.xml

@@ -1297,8 +1297,8 @@ acc_log_request("Some comment");
 		<title>acc_db_request usage</title>
 		<programlisting format="linespecific">
 ...
-acc_log_request("Some comment", "SomeTable");
-acc_log_request("Some comment", "acc_$time(year)_$time(mon)");
+acc_db_request("Some comment", "SomeTable");
+acc_db_request("Some comment", "acc_$time(year)_$time(mon)");
 ...
 </programlisting>
 		</example>