/lenasys/0.1

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/0.1

« back to all changes in this revision

Viewing changes to trunk/DuggaSys/changePassword/password.html.php

  • Committer: Daniel Johansson
  • Date: 2013-03-28 14:01:33 UTC
  • mto: (4.7.5 GammaBear)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: maila@danieljohansson.nu-20130328140133-j2mugl3t6x25bxjc
Uppdaterat DuggaSys till att följa kodstandard utseendemässigt. Namnkonventioner kvar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
            <input type="submit" name="changePasswordSubmit" value="OK" />
20
20
        </form>
21
21
        <?php
22
 
        if (isset($errorMsg) && $errorMsg!="") {
 
22
        if (isset($errorMsg) && $errorMsg!=""){
23
23
            echo "<h3>" . $errorMsg . "</h3>";
24
24
        }
25
25
        ?>