Changeset 704 for trunk/phpbms/modules/base/tabledefs_groupings.php
- Timestamp:
- 01/01/10 23:10:02 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/base/tabledefs_groupings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/base/tabledefs_groupings.php
r703 r704 94 94 <?php $groupings->showRecords($allRecords) ?> 95 95 96 <form action="<?php echo $_SERVER["PHP_SELF"]."?id=".$_GET["id"] ?>" method="post" name="record" onsubmit="return validateForm(this);">96 <form action="<?php echo htmlentities($_SERVER["PHP_SELF"])."?id=".$_GET["id"] ?>" method="post" name="record" onsubmit="return validateForm(this);"> 97 97 <fieldset> 98 98 <legend><?php echo $action?></legend>