Changeset 76

Show
Ignore:
Timestamp:
28/05/05 17:13:23 (4 years ago)
Author:
rollercow
Message:

Unbroken stuff after SF last commit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • admin.lib.php

    r75 r76  
    388388                        $query = "INSERT into USERS (username,password,type,name,title,description,css,enabled) VALUES ('{$username}','{$password}',{$type},'{$name}','{$title}','{$description}','{$css}',{$enabled});"; 
    389389                        if (!db_query($query)) { 
    390                                 error(2,_("Database Insertion failed.")
     390                                error(2,_("Database Insertion failed."))
    391391                        } else { 
    392                                 print(_("OK. New user '{$username}' added.\nPlease enable the account."); //pleh? 
     392                                print(_("OK. New user '{$username}' added.\nPlease enable the account.")); //pleh? 
    393393                        } 
    394394                } else {