change TR_ prefix to AC_
authorGreg Gay <info@atutor.ca>
Thu, 24 Jun 2010 17:02:15 +0000 (17:02 -0000)
committerGreg Gay <info@atutor.ca>
Thu, 24 Jun 2010 17:02:15 +0000 (17:02 -0000)
docs/install/include/step2.php

index 43a5514..a978595 100644 (file)
@@ -129,8 +129,8 @@ if (isset($errors)) {
        <tr>
                <td class="row1"><div class="optional" title="Optional Field">?</div><b><label for="prefix">Table Prefix:</label></b><br />
                        The prefix to add to table names to avoid conflicts with existing tables.<br />
-                       Default: <kbd>TR_</kbd></td>
-               <td class="row1"><input type="text" name="tb_prefix" id="prefix" value="<?php if (!empty($_POST['tb_prefix'])) { echo stripslashes(htmlspecialchars($_POST['tb_prefix'])); } else { echo 'TR_'; } ?>" class="formfield" /></td>
+                       Default: <kbd>AC_</kbd></td>
+               <td class="row1"><input type="text" name="tb_prefix" id="prefix" value="<?php if (!empty($_POST['tb_prefix'])) { echo stripslashes(htmlspecialchars($_POST['tb_prefix'])); } else { echo 'AC_'; } ?>" class="formfield" /></td>
        </tr>
        </table>