Index: en/trunk/reference/mysql/functions/mysql-affected-rows.xml
===================================================================
--- en/trunk/reference/mysql/functions/mysql-affected-rows.xml	(revision 325396)
+++ en/trunk/reference/mysql/functions/mysql-affected-rows.xml	(working copy)
@@ -1,11 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <refentry xml:id="function.mysql-affected-rows" xmlns="http://docbook.org/ns/docbook">
+
  <refnamediv>
   <refname>mysql_affected_rows</refname>
   <refpurpose>Get number of affected rows in previous MySQL operation</refpurpose>
  </refnamediv>
 
+ <refsynopsisdiv role="soft-deprecation-notice">
+  <sidebar>
+   &mysql.alternative.note;
+   <simplelist role="alternatives">
+    <member><function>mysqli_affected_rows</function></member>
+    <member><methodname>PDOStatement::rowCount</methodname></member>
+   </simplelist>
+  </sidebar>
+ </refsynopsisdiv>
+
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
@@ -117,16 +128,6 @@
  <refsect1 role="notes">
   &reftitle.notes;
   <note>
-   &mysql.alternative.note;
-   <para>
-    &mysql.alternative.include;
-    <simplelist>
-     <member><function>mysqli_affected_rows</function></member>
-     <member><methodname>PDOStatement::rowCount</methodname></member>
-    </simplelist>
-   </para>
-  </note>
-  <note>
    <title>Transactions</title>
    <para>
     If you are using transactions, you need to call
