Changeset 727 for trunk/phpbms/include/createmodifiedby.php
- Timestamp:
- 01/07/10 11:16:05 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/include/createmodifiedby.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/include/createmodifiedby.php
r285 r727 1 <?php if(isset($db) && isset($therecord)){?> 1 2 <div id="createmodifiedby" > 2 3 <div id="savecancel2"><?php showSaveCancel(2)?></div> … … 6 7 <input name="createdby" type="hidden" value="<?php $therecord["createdby"] ?>" /> 7 8 <input name="creationdate" type="hidden" value="<?php echo formatFromSQLDatetime($therecord["creationdate"]) ?>"/> 8 created 9 created 9 10 </td> 10 11 <td><?php echo htmlQuotes($phpbms->getUserName($therecord["createdby"]))?></td> … … 23 24 </table> 24 25 </div> 26 <?php }//endif ?>