Advertisement
Guest User

Untitled

a guest
Aug 31st, 2010
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. //line 174 database_edit.php
  2. if($this->id > 0) {
  3. //* we are editing a existing record
  4. $app->tpl->setVar("edit_disabled", 1);
  5. $app->tpl->setVar("server_id_value", $this->dataRecord["server_id"]);
  6. $app->tpl->setVar("database_charset_value", $this->dataRecord["database_charset"]);
  7. } else {
  8. $app->tpl->setVar("edit_disabled", 0);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement